Skip to content
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

HTTP ERROR 502 #5

Open
cwoomi opened this issue Sep 3, 2022 · 2 comments
Open

HTTP ERROR 502 #5

cwoomi opened this issue Sep 3, 2022 · 2 comments

Comments

@cwoomi
Copy link

cwoomi commented Sep 3, 2022

Getting HTTP ERROR 502 after a while, restarting the resource won't work, any idea on a fix?

@Ap3x99
Copy link

Ap3x99 commented Feb 23, 2023

Getting HTTP ERROR 502 after a while, restarting the resource won't work, any idea on a fix?

I was having this issue as well. Here's what fixed it for me:
Instead of connecting to the webmap with https://<owner>-<server ID>.users.cfx.re/webmap/, connect to it with http://<server IP>:<server port>/webmap/.

@kibook
Copy link
Owner

kibook commented Feb 24, 2023

When you're using that https:// URL, you're connecting over a proxy run by Cfx, and in my experience that proxy tends to go down a little too often. The http:// URL is connecting directly to your server with nothing in between. If you need HTTPS, you may want to look into running your own proxy on your server, for example using Apache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants