Vercel supabase with edge functions

Is anyone using Vercel Edge functions with supabase?

/dashboard
12:18:47:08
Error: supabaseUrl is required.
    at ../../../../node_modules/.pnpm/@supabase+supabase-js@2.0.2/node_modules/@supabase/supabase-js/src/SupabaseClient.ts:87:28
    at ../../../../node_modules/.pnpm/@supabase+supabase-js@2.0.2/node_modules/@supabase/supabase-js/src/index.ts:38:9


It seems that the supabase environment var is empty, but it works with the regular functions. Does anyone know what I could do?
Was this page helpful?