Currently using the Javascript SDK. When trying to call admin.auth.signInWithOtp (which points to /auth/v1/otp), it always returns a 504 with no other error information. This is new behavior, as that API endpoint was previously working.
Other info:
- @supabase/supabase-js package version: 2.89.0
- This is being done server-side, not in browser.
If anyone from supabase could provide some assistance, that would be awesome. Thanks!