Supabase and next-js revalidatePath are not working
I’m working with Supabase and next-js to create a platform with user identities. When logging in, the user is supposed to be redirected to a dashboard page. However, this redirect doesn’t occur.
Supabase and next-js revalidatePath not working
Im working with Supabase and next-js to create a platform with user identities. When logging in the user is supposed to be redirected to a dashboard page. However, this redirect doesn’t occur.
NextJS + Supabase | Google auth not working as expected
I set up Google Authentication with Supabase, but when I try to log in, it redirects to the homepage instead of logging in. Instead of successfully logging in, I am redirected to the homepage, and the URL changes to: https://www.myurl.com/?code=5e22291a-e4d1-4e55-9e0a-48d902b5235b.
Display image from private bucket Supabase in my NextJS front-end
I am building a multi-tenant app. I want the user to upload a profile picture, just for them to see in their interface.