Replies: 1 comment
|
There are three different paths that can all look like a successful
As a controlled follow-up, call If the audit event is Relevant docs: Auth audit-log actions, Auth logs in Logs Explorer, and signup confirmation resend. |
Uh oh!
There was an error while loading. Please reload this page.
New user signups complete successfully and correctly withhold a session (confirming "Confirm email" is enabled and taking effect), but the confirmation email itself is never sent. This is isolated specifically to the signup confirmation flow — password reset emails work reliably on the same project with the same custom SMTP configuration.
Environment:
Steps to reproduce:
What we've ruled out:
Conclusion:
The /signup endpoint logs success and correctly withholds a session, but never appears to call the configured SMTP provider to dispatch the confirmation email specifically. This matches other reports of the same failure pattern (e.g. gotrue#492, gotrue#1283) where certain auth email types silently fail to dispatch while others on the same project work normally.
Question: Is this a known issue with signup-type email dispatch specifically? Is there a way to see GoTrue's internal dispatch logs to confirm where in the pipeline the email is being dropped?
All reactions