You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having some trouble getting auth working in my cloud instance, even though everything is working as expected in dev. I've tried using the builtin auth as well as setting up my own UI and they give the same results. Here are some of the issues I'm having:
Attempting to sign up using a magic link to a new email gives a 500 error
{error: {message: '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)',type: 'InternalServerError'}}
Although it does seem to create an EmailFactor in the database
No emails are sent. I've tried with my SMTP provider and with the cloud SMTP and neither one have ever sent an email. I've checked my SMTP setup and it is working properly
OAuth gives an error every once in a while. If I haven't used the site in some time, OAuth will throw a 500 error at first, and then if I try again it will work
I got the following error when trying to sign in using a magic link
{"error": {"message": "cannot access local variable 'email' where it is not associated with a value","type": "InternalServerError"}}
Basically, magic link auth and SMTP don't seem to be working at all for me, and OAuth sometimes fails. And these errors seem to be happening in the Gel Cloud side. They never reach my app and there's nothing I can do to mitigate / handle them.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
I'm having some trouble getting auth working in my cloud instance, even though everything is working as expected in dev. I've tried using the builtin auth as well as setting up my own UI and they give the same results. Here are some of the issues I'm having:
Although it does seem to create an EmailFactor in the database
Basically, magic link auth and SMTP don't seem to be working at all for me, and OAuth sometimes fails. And these errors seem to be happening in the Gel Cloud side. They never reach my app and there's nothing I can do to mitigate / handle them.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: