-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run on GitHub Codespace #72
Comments
Is this still occurring? Anyone know of a fix for this? |
Closed because as far as I know, this is already resolved. |
This still is happening, but now it sometimes gives 403 instead of 502 sometimes. |
Maybe try using Project IDX instead of GitHub Codespaces. It's a much better experience. |
still happening. node runs, port forwarded, browser hits 502. le: apparently this was caused by loading my own certificates in the node server, while running it on codespaces env. Once I stopped forcing https it loaded without problems. |
Running the server with
npm run start
andnpm run watch
(because it still references the start script) and forwarding the ports. The forwarded address gives a 502 error.The text was updated successfully, but these errors were encountered: