OAuth Callback on self-hosted supabase
Hello everybody. Noob question.
I am trying to setup a login with LinkedIn as provider in a self hosted instance of Supabase, and I've set the redirect_uri in the LinkedIn App Panel and the GOTRUE_EXTERNAL_LINKEDIN_REDIRECT_URI environment variable to both http://localhost:3000/auth/v1/callback and http://localhost:3000/callback and I still get a 404 when LinkedIn calls the redirect uri. Anyway I can setup the OAuth locally?
PS : I've been basinf myself on this part of the gotrue docs https://github.com/supabase/gotrue#external-authentication-providers
I am trying to setup a login with LinkedIn as provider in a self hosted instance of Supabase, and I've set the redirect_uri in the LinkedIn App Panel and the GOTRUE_EXTERNAL_LINKEDIN_REDIRECT_URI environment variable to both http://localhost:3000/auth/v1/callback and http://localhost:3000/callback and I still get a 404 when LinkedIn calls the redirect uri. Anyway I can setup the OAuth locally?
PS : I've been basinf myself on this part of the gotrue docs https://github.com/supabase/gotrue#external-authentication-providers
GitHub
A JWT based API for managing users and issuing JWT tokens - GitHub - supabase/gotrue: A JWT based API for managing users and issuing JWT tokens