Authentication not working
Hello,
Context
I was working on my project when I stumbled across a problem.
The problem
So previously, when a user signed in or signed up the session token used to be saved in browser's local storage (I didn't code it to, it saved itself automatically after authentication).
But not anymore, and I don't know the reason behind it.
Q1. What version of Next and Supabase am I using?
Ans -
Q2. Did you update/change your previously working code?
Ans - No, it's the same piece of code that used to work.
Q3. Time gap between the working and non-working version?
Ans - a week and a half. Two week before today.
I will be happy to answer any more queries, and appreciate anyone that helps. Thanks!
Context
I was working on my project when I stumbled across a problem.
Supabase email authentication is not working, more specifically, the token in not being saved as it used to. The problem
So previously, when a user signed in or signed up the session token used to be saved in browser's local storage (I didn't code it to, it saved itself automatically after authentication).
But not anymore, and I don't know the reason behind it.
supabasesign up code in Next
sign up form event in Next
Q1. What version of Next and Supabase am I using?
Ans -
Next 13.0.5 and Supabase v2. The previous working code was on the same version as well.Q2. Did you update/change your previously working code?
Ans - No, it's the same piece of code that used to work.
Q3. Time gap between the working and non-working version?
Ans - a week and a half. Two week before today.
I will be happy to answer any more queries, and appreciate anyone that helps. Thanks!