Skip to content
New issue

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

crash report ID af01cd6c98ba411a9208bbe9a4c268ef can't start a local project #3075

Closed
Blacktoviche opened this issue Jan 25, 2025 · 4 comments

Comments

@Blacktoviche
Copy link

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.

  • Ticket ID: [e.g. ab1ac733e31e4f928a4d7c8402543712]
  • Version of OS: [e.g. Ubuntu 22.04]
  • Version of CLI: [e.g. v1.60.0]
  • Version of Docker: [e.g. v25.0.3]
  • Versions of services: [output from supabase services command]

Additional context
If applicable, add any other context about the problem here.

  • Browser [e.g. chrome, safari]
  • Version of supabase-js [e.g. v2.22.0]
  • Version of Node.js [e.g. v16.20.0]
@sweatybridge
Copy link
Contributor

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?

@Blacktoviche
Copy link
Author

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.

@sweatybridge
Copy link
Contributor

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

@sweatybridge sweatybridge closed this as not planned Won't fix, can't repro, duplicate, stale Feb 12, 2025
@Blacktoviche
Copy link
Author

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants