Can't access any websites
Closed this issue · 3 comments
Hotrod006 commented
When I try to look anything up, I receive this error message on-screen "RangeError: Failed to construct 'Response': The status provided (0) is outside the range [200, 599]."
Steps to reproduce the behavior:
- Run: npn run start
- Go to the local host website
- Search up anything
I expected to go to the website I was looking up, which in my case was YouTube.com.
- Device: Chromebook
- OS: ChromeOS
- Browser Chrome
IncognitoTGT commented
did you make your codespace public?
Lun-r commented
You're most likely getting that error due to not setting your port to public when you run pnpm i && pnpm start
. usually the pop-up appears in the bottom right, and will give you the option to either a. "open in browser" (which results in the error you're getting), or b. "make public" (which will have it run as intended). hope this helps
IncognitoTGT commented
stale