79700255

Date: 2025-07-13 21:27:54
Score: 1
Natty:
Report link

You cannot inject a custom session into the Supabase client like this

export const supabase = createClient<Database>(config.supabaseUrl, config.supabaseKey, {
  global: typeof window !== 'undefined' ? { fetch: fetchWithSession } : undefined
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Code