Requesting the OTP works perfect, but when I want to verify it, the request seems to be rejected by the server. According to the Network tab, I am either getting no response at all ("Provisional headers are shown") or a 401 without any data sent back by the server. Anyone a clue what's going on? Using NextJs, though I don't think that matters.
supabase.auth.verifyOtp({ email, token: otp, type: 'signup', // 'magiclink' shows the same behaviour });
supabase.auth.verifyOtp({ email, token: otp, type: 'signup', // 'magiclink' shows the same behaviour });
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.