webmap icon indicating copy to clipboard operation
webmap copied to clipboard

HTTP ERROR 502

Open cwoomi opened this issue 3 years ago • 2 comments

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

cwoomi avatar Sep 03 '22 20:09 cwoomi

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/.

Ap3x99 avatar Feb 23 '23 22:02 Ap3x99

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.

kibook avatar Feb 24 '23 04:02 kibook