Describe the bug
When launching any app when hosted on a GitHub codespace, it shows some error text.
To Reproduce
Steps to reproduce the behavior:
- Go to 'Apps or Games'
- Click on 'Any app (example: VS Code)'
- See error
Expected behavior
For me it showed
RangeError: Failed to construct 'Response': The status provided (0) is outside the range [200, 599].
Screenshots
Error message when opening VS Code

Device Information (please complete the following information):
- Device: Macbook Neo and Custom Windows PC
- OS: Windows and MacOS Tahoe
- Browser: Chrome and Edge
Additional context
Ran through GitHub codespaces with npm i then npm run start
and opened up from it's genereated URL.
Describe the bug
When launching any app when hosted on a GitHub codespace, it shows some error text.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
For me it showed
RangeError: Failed to construct 'Response': The status provided (0) is outside the range [200, 599].Screenshots

Error message when opening VS Code
Device Information (please complete the following information):
Additional context
Ran through GitHub codespaces with
npm ithennpm run startand opened up from it's genereated URL.