© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•2mo ago•
1 reply
seriousjoker

My ALL edge functions stopped running

RLS
In my supabase project, I simply used
supabase secrets set GOOGLE_API_CLIENT_ID=your-client-id
supabase secrets set GOOGLE_API_CLIENT_SECRET=your-client-secret
supabase secrets set GOOGLE_REDIRECT_URI=your-redirect-uri
supabase secrets set APP_URL=http://localhost:5173

and in my vercel:

VITE_SUPABASE_URL=https://your-project-id.supabase.co
VITE_SUPABASE_ANON_KEY=your-anon-key-here

Google OAuth (Frontend only - from Google Cloud Console)

VITE_GOOGLE_API_CLIENT_ID=your-google-client-id.apps.googleusercontent.com
VITE_GOOGLE_API_REDIRECT_URI=https://your-project-id.supabase.co/functions/v1/oauth-callback ( needed for separate config)

but for new deployement, all edge functions are giving me Request URL
https://ugmnrlmzvedrcwqeosoj.supabase.co/functions/v1/send-email
Request URL
https://ugmnrlmzxxxxxx.supabase.co/functions/v1/send-email
Request Method
POST
Status Code
401 Unauthorized
Remote Address
104.18.38.10:443
Referrer Policy
strict-origin-when-cross-origin
Request URL
https://ugmnrlmzxxxxxx.supabase.co/functions/v1/send-email
Request Method
POST
Status Code
401 Unauthorized
Remote Address
104.18.38.10:443
Referrer Policy
strict-origin-when-cross-origin

I think the issue is in JWT Signing Keys VS
Legacy JWT Secret

also --no-verify-jwt: to edge function solved my issue,
this error was due to I was migrating my keys from (HS256 → ECC P-256)

Help me sort this problem
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

All my edge functions stopped working
SupabaseSSupabase / help-and-questions
2w ago
Edge Functions Not Running In Parallel
SupabaseSSupabase / help-and-questions
7mo ago
Running Edge Functions at set interval
SupabaseSSupabase / help-and-questions
4y ago
Edge Functions
SupabaseSSupabase / help-and-questions
4mo ago