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
auth/v1/otp is returning 500 error message: "Error sending magic link email", it doesn't matter if is through my application calling supabaseService.getClient().auth.signInWithOtp() nor trying to send it directly via the Supabase dashboard.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Go to 'Authentication'
Click on 'Users'
Select and click at any user
Scroll down to 'Send magic link'
Click on 'Send magic link'
See error "Failed to send magic link: failed to make magiclink request: Error sending magic link email"
Expected behavior
A magic link to be sent to the user's e-mail
Screenshots
Not applicable
System information
OS: Windows 11
Microsoft Edge
Version of supabase-js: 2.39.7
Version of Node.js: 20.16.0
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
auth/v1/otp is returning 500 error message: "Error sending magic link email", it doesn't matter if is through my application calling supabaseService.getClient().auth.signInWithOtp() nor trying to send it directly via the Supabase dashboard.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
A magic link to be sent to the user's e-mail
Screenshots
Not applicable
System information
The text was updated successfully, but these errors were encountered: