We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug Can't start supabase local project
To Reproduce supabase start
Expected behavior Error: main worker boot error
Caused by: 0: worker boot error 1: failed to create the graph 2: Import 'https://deno.land/std/http/status.ts' failed: error sending request for url (https://deno.land/std/http/status.ts) at file:///root/index.ts:1:42
System information Rerun the failing command with --create-ticket flag.
--create-ticket
supabase services
Additional context If applicable, add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
This is a bit strange. Just to rule out a few things. Are you connected to internet? Does it happen on first time you run supabase start?
Sorry, something went wrong.
Yes it happens on first time I run supabase and for sure I have an internet connection.
I installed it three times on my Ubuntu and on two clean virtual machine "Ubuntu Server" I got the same result.
May be you can try supabase stop --no-backup. This cleans up the local docker volumes to ensure a clean start.
supabase stop --no-backup
If it still doesn't work, try disabling the edge runtime container.
supabase start -x edge-runtime
May be you can try supabase stop --no-backup. This cleans up the local docker volumes to ensure a clean start. If it still doesn't work, try disabling the edge runtime container. supabase start -x edge-runtime
It works. Thanks
No branches or pull requests
Describe the bug
Can't start supabase local project
To Reproduce
supabase start
Expected behavior
Error: main worker boot error
Caused by:
0: worker boot error
1: failed to create the graph
2: Import 'https://deno.land/std/http/status.ts' failed: error sending request for url (https://deno.land/std/http/status.ts)
at file:///root/index.ts:1:42
System information
Rerun the failing command with
--create-ticket
flag.supabase services
command]Additional context
If applicable, add any other context about the problem here.
The text was updated successfully, but these errors were encountered: