© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4mo ago•
7 replies
Lime

Edge function giving 401 response after migrating to JWT Signing Keys

I tried running this simple edge function, but I am getting 401 error

edge function:

js Deno.serve(async (req)=>{
  return new Response(JSON.stringify({
    test: 'Hello World'
  }), {
    headers: {
      "Content-Type": "application/json"
    }
  });
});
js Deno.serve(async (req)=>{
  return new Response(JSON.stringify({
    test: 'Hello World'
  }), {
    headers: {
      "Content-Type": "application/json"
    }
  });
});
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

Confused about Edge functions after migrating to JWT Signing Keys
SupabaseSSupabase / help-and-questions
7mo ago
Python API: Migrating to JWT Signing Keys
SupabaseSSupabase / help-and-questions
6mo ago
Edge function giving Invalid JWT
SupabaseSSupabase / help-and-questions
7mo ago
JWT Signing Keys
SupabaseSSupabase / help-and-questions
7mo ago