auth icon indicating copy to clipboard operation
auth copied to clipboard

OTP server error

Open LuisBamLu opened this issue 1 year ago • 1 comments

Bug report

  • [x] I confirm this is a bug with Supabase, not with my own application.
  • [x] I confirm I have searched the Docs, GitHub Discussions, and Discord.

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:

  1. Go to 'Authentication'
  2. Click on 'Users'
  3. Select and click at any user
  4. Scroll down to 'Send magic link'
  5. Click on 'Send magic link'
  6. 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

LuisBamLu avatar Oct 08 '24 17:10 LuisBamLu

Hey,

Thanks for the query - do you mind opening an issue at supabase.help? This will allow us to better investigate the issue.

J0 avatar Oct 10 '24 08:10 J0