I'm running Supabase self-hosted (latest docker setup) behind a custom domain I am setting the connexion page, when i use the rights credentials I'm having an issue where every request returns: { "message": "Invalid authentication credentials" }
Hereโs what Iโve verified so far: SUPABASE_ANON_KEY is correctly defined in .env
The key is correctly injected into the supabase-kong container (docker exec env | grep SUPABASE_ANON_KEY)
kong.yml shows the correct key under: keyauth_credentials: - key: $SUPABASE_ANON_KEY
I rebuilt everything with: docker compose down -v docker compose up -d --build
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.