This Serverless Function has timed out on NextAuth email provider
Unanswered
English Angora posted this in #help-forum
English AngoraOP
I get a 504: GATEWAY_TIMEOUT when I am trying to sign in with the email provider from nextauth.
My database are in the same region as the serverless funcitons and I am on pro trial.
I have not modified the options config for nextauth other than what is provided in their documentation.
Has anyone encountered this issue and found a fix?
Thanks
My database are in the same region as the serverless funcitons and I am on pro trial.
I have not modified the options config for nextauth other than what is provided in their documentation.
Has anyone encountered this issue and found a fix?
Thanks
3 Replies
Russian Blue
Hello @English Angora
Confirm that your database is open to all traffic (0.0.0.0) for both inbound and outbound traffic.
Confirm that your database is open to all traffic (0.0.0.0) for both inbound and outbound traffic.
English AngoraOP
Thank you so much! Is it safe to do this in production?
Russian Blue
Yeah