You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/.
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.
Getting HTTP ERROR 502 after a while, restarting the resource won't work, any idea on a fix?
The text was updated successfully, but these errors were encountered: