NextJS AppRouter + Next Auth + Supabase not working
Unanswered
Norwegian Elkhound posted this in #help-forum
Norwegian ElkhoundOP
Hello, I have an issue connecting my authentication system with Supabase. I'm using NextAuth.Js, which works perfectly fine without Supabase. However, when I try to connect it to my Supabase database (I followed the recommended steps in the documentation with the SupabaseAdapter and ), authentication no longer works, and I'm getting this message in my terminal:
No storage option exists to persist the session, which may result in unexpected behavior when using auth.
If you want to set persistSession to true, please provide a storage option or you may set persistSession to false to disable this warning.
I'm using "next": "13.4.10", and "next-auth": "^4.22.5", Has anyone ever encountered this issue?
Thanks for your help ðŸ™
No storage option exists to persist the session, which may result in unexpected behavior when using auth.
If you want to set persistSession to true, please provide a storage option or you may set persistSession to false to disable this warning.
I'm using "next": "13.4.10", and "next-auth": "^4.22.5", Has anyone ever encountered this issue?
Thanks for your help ðŸ™