I have my Node-RED running in a docker-compose environment with traefik as reverse proxy with Google auth. I've installed the /dashboard endpoint as a separate app in iOS for swift access.
Now, to the problem.
Occasionally, the authentication will expire and I need to re-sign in. This is completely normal and used to work fine when I was running the old dashboard. It would redirect the app to accounts.google.com as expected. However, with Dashboard 2 I'm greeted with a "FlowFuse Dashboard. There was an error loading the Dashboard". Upon inspecting the traffic I can see that a request to GET /dashboard/_setup returns 307 Temporary Redirect to accounts.google.com. However, instead of actually being redirected, the dashboard doesn't load and I see the error page.
Given that this worked just fine in the old dashboard, I'm inclined to believe it's Dashboard 2 misbehaving. Any suggestions?