A guide to troubleshooting Supabase Edge Functions
How To Open Dev Tools
F12
or Ctrl+Shift+I
or right-click and select “Inspect”Cmd+Option+I
or right-click and select “Inspect”F12
or Ctrl+Shift+I
Cmd+Option+I
Cmd+Option+I
or select Develop > Show Web Inspectorfunctions/v1
in the filter box of the Network tabHow to filter network logs
Supabase Failed Import Error
Redeploy the hello-world
Edge FunctionSupabase Incorrect Function Name Error
supabase-functions-hello-world
.
Tempo’s AI sometimes uses only the directory name (e.g., hello-world
) when generating code that invokes these functions, rather than the complete function slug, resulting in CORS errors.
Typical Directory Structure
Please ensure all Edge Function invocations use the format 'supabase-functions-hello-world
Bad Request: supabaseKey required Error