Supabase Signin with google issue
So i tried using supabase oauth signin,
so my app has a req of storing some details in another table apart from auth table
for tht i had to redirect to callback route.ts for managing my inserts and cookies
but for tht i need a code which i will get in response after the signin
but tht cde is not available and without tht i cant get the supabase user details for my other table insert
I did keep the redirec URI same in both cloud console and supabase but still the same error
so my app has a req of storing some details in another table apart from auth table
for tht i had to redirect to callback route.ts for managing my inserts and cookies
but for tht i need a code which i will get in response after the signin
but tht cde is not available and without tht i cant get the supabase user details for my other table insert
I did keep the redirec URI same in both cloud console and supabase but still the same error