infinitechess.org
infinitechess.org copied to clipboard
Cannot run on GitHub Codespace
Running the server with npm run start and npm run watch (because it still references the start script) and forwarding the ports. The forwarded address gives a 502 error.
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.