No authentication methods available

Hey there!

Currently facing an issues with self-hosted plane: No authentication methods available
Also /god-mode brings me back to the same error page and my url is redirected to: /?next_path=/god-mode

I don’t know how to solve this anyhow.
Maybe somebody can help me out here.

Thanks in advance!

Could you try clearing your browser cache and then restarting the instance? Also, try accessing God Mode with a trailing slash like /god-mode/.
If the error persists, could you share the API container logs?

Hey there.
I just refreshed every cache because I read about this problem earlier.
I also tried to access `/god-mode/` but I just get redirected to the links mentioned above.

Here are my logs from the API: Service 'api' is running.api-1 | Waiting for database...api-1 | Database a - Pastebin.com

Maybe I should mention that I tried to set up Plane with my own NPM proxy.
I don’t know if this is necessary for you.

Thanks in advance!

Hey — quick question: did you disable plane-proxy, or are you routing traffic to plane-proxy through npm-proxy?

I’m asking because if plane-proxy is disabled, you’ll need to add the Plane-related routes to your npm-proxy so it can correctly route traffic to the Plane containers.

If you’re using the Community Edition, you can refer to the Plane routes defined in our Caddyfile here:
https://github.com/makeplane/plane/blob/preview/apps/proxy/Caddyfile.ce

Also please share network tab console screenshot to check which api requests are failing