nextjs + supabase auth, how to persist user session?
new to supabase, just finished the 'basic setup' section from the docs https://supabase.com/docs/guides/auth/auth-helpers/nextjs. not sure where to go from here?
when a user signs in on localhost:3000/signin, the supabase.auth.getSession() and .getUser() return values correctly, but if i go to localhost:3000/dashboard (after signing in), the user and session data is not persisted
this is my _app.js
when a user signs in on localhost:3000/signin, the supabase.auth.getSession() and .getUser() return values correctly, but if i go to localhost:3000/dashboard (after signing in), the user and session data is not persisted
this is my _app.js