-
Getting the following error when trying to connect to https://app.shlink.io. CLI is working partially, can create short URLs but they are invalid. Getting the 502 Bad Gateway error. The developer's tools panel shows this error: `GET https://s.tovp.org/rest/v3/health net::ERR_FAILED fetchCallImpl @ main.js?attr=l7hz6hw…eVDnMj679Lbuyw:4956 There's no logs to check to further investigate the issue. Any ideas how to troubleshoot this ? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
That's an incorrect nginx reverse proxy configuration. You should find more in nginx logs. |
Beta Was this translation helpful? Give feedback.
-
Thank you Alex for the tip, I fixed this error, everything is working fine now. Question if I want to switch from Nginx runtime to Road Runner, do I have to remove or edit any of Nginx configs? |
Beta Was this translation helpful? Give feedback.
-
And what's the best way to protect public access to the web-client if I'm using my own? Otherwise anyone can create any links without my authorization. |
Beta Was this translation helpful? Give feedback.
That's an incorrect nginx reverse proxy configuration. You should find more in nginx logs.