Gabriel_
06/02/2022, 2:36 PMsupabase.auth.signIn
with my current instance:
POST http://localhost:3100/auth/v1/token?grant_type=password net::ERR_FAILED
Needle
06/02/2022, 2:36 PMsilentworks
06/02/2022, 8:27 PMENABLE_EMAIL_SIGNUP
to true https://github.com/supabase/supabase/blob/master/docker/.env.example#L18Needle
06/02/2022, 8:27 PMGabriel_
06/04/2022, 7:27 AMENABLE_EMAIL_SIGNUP
environment variable.silentworks
06/04/2022, 12:19 PMGabriel_
06/05/2022, 8:56 PMsilentworks
06/05/2022, 11:28 PMANON_KEY
and SERVICE_ROLE_KEY
then add it to the .env
config file?Gabriel_
06/06/2022, 12:38 PM.env
file. I will try to redo the setup on another server and see if that works.Gabriel_
06/06/2022, 2:32 PMENABLE_EMAIL_AUTOCONFIRM=true
{ message: 'Error sending confirmation mail', status: 500 }
Error sending confirmation mail
Any ideas here? Thank you for the help!silentworks
06/06/2022, 5:38 PMsh
docker-compose -f docker-compose.yml -f ./dev/docker-compose.dev.yml up
Gabriel_
06/07/2022, 7:06 PMENABLE_EMAIL_AUTOCONFIRM
was set to true. After adding a SMTP server the deployment is working.
The only thing that doesn't seem to work now is the autoconfirmation of the email (Still getting Waiting for verification
in the UI) even though the ENABLE_EMAIL_AUTOCONFIRM
is set.