You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the output from these commands does not help resolve the issue, open a support ticket via the Supabase Dashboard (by clicking the "Help" button at the top right) and include all output and details about your commands.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This is a copy of a troubleshooting article on Supabase's docs site. It may be missing some details from the original. View the original article.
If
supabase functions servefails or you're having trouble running Edge Functions locally, follow these steps to diagnose and resolve the issue.Debugging steps
Use debug mode
Run the serve command with the
--debugflag for detailed output:Check port availability
Ensure the required ports are available. The Supabase CLI uses ports
54321and8081by default:If these ports are in use, stop the processes using them or configure different ports.
Common issues
Port conflicts
Another process may be using the required ports. Check for:
Deno cache issues
Clear the Deno cache if you're experiencing module resolution problems:
Environment variables
Make sure your
.envfile is properly configured and accessible to the CLI.Getting more help
If the problem persists, search the following repositories for similar error messages:
If the output from these commands does not help resolve the issue, open a support ticket via the Supabase Dashboard (by clicking the "Help" button at the top right) and include all output and details about your commands.
Additional resources
Beta Was this translation helpful? Give feedback.
All reactions