Cant reach surfer login page
-
Hello, please can someone point me in the right direction? I have done a fresh install of surfer but every time I try to login to make changes the page hangs for a few seconds, and then I get the below error.
I have tried on two different installs that I have of Cloudron and got same error.
any help would be greatly appreciated.
{"status":"Internal Server Error","message":"Issuer.discover() failed.\n RequestError: Timeout awaiting 'request' for 5000ms\n
-
Most likely this is a network routing issue (probably missing hairpin support with your router).
With OpenID login, the app has to be able to reach the OpenID provider (on the dashboard domain), to test this, open a webterminal into the app and check if this works (replace domain.com with yours):curl -v https://my.domain.com/.well-known/openid-configuration
-