self hosted redirect url?

Self hosting supabase on coolify, I managed to get google auth working through the compose file.
(GOTRUE_EXTERNAL_GOOGLE_ENABLED etc)

Now I try with discord, so the same way I set up the enabled / client id / secret / redirect
Everything seems to be working, until the redirect is called.

I am using api.my-app.com as the FQDN for kong; so it should be https://api.my-app.com/auth/v1/callback, but unfortunately it seems like it tried to open my db dashboard (which is hosted at api.my-app.com) so it asks for its username and password.
Do I have to use a specific port for the redirect_uri (for discord here)? for google it works without issue, but I dont even think that redirect_uri is being used there
Was this page helpful?