apps/docs/content/troubleshooting/unable-to-deploy-edge-function.mdx
If you're having trouble deploying an Edge Function, follow these steps to diagnose and resolve the issue.
deno check on your function files locally# Check for syntax errors
deno check ./supabase/functions/your-function/index.ts
# Deploy with verbose output
supabase functions deploy your-function --debug
Make sure you're using the latest version of the Supabase CLI:
supabase --version
supabase update
If these steps don't resolve the issue, open a support ticket via the Supabase Dashboard and include all output from the diagnostic commands.