Cors problem #94
Unanswered
meisterpeeps
asked this question in
Help / Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I seem to be having a cors problem, and Im not sure how to resolve it.
My game runs fine when I launch it on a bare digital ocean droplet and just listen for http requests on 1444. But when I add it to my express server that is behind an nginx reverse proxy with https, it fails to accept connections. The error I see is in the screenshot. Is there anything specific I need to do to handle https or reverse proxies?
The version that is not working can be found at https://www.technelogica.com/prototype
The version that works can be found at http://192.241.200.5:1444
Relevant client code:
this.channel = geckos({ port: 3000 });
Relevant server code:
Beta Was this translation helpful? Give feedback.
All reactions