Is signInWithOtp() broken?

This was working flawlessly previously but now I'm running into this error when calling locator<SupabaseClient>().auth.signInWithOtp(email: widget.email);

flutter: supabase.auth: WARNING: Can't refresh session, no current session found.
flutter: ERROR: AuthSessionMissingException(message: Auth session missing!, statusCode: 400)
Was this page helpful?