Supabase NextJS Auth Helpers on Vercel Edge functions
Hi guys, I tried to use
I think that
createServerSupabaseClient inside a Vercel Edge function, but it's not working.I think that
{req, res} values are different inside Edge Runtime, does anyone know a "manual" way to get it authenticated with session cookie?