Replies: 1 comment 2 replies
-
Yes, I'm getting this error as well, but only after I made a change to my Edge function code. However, no attempt at isolating the offending part has helped and the function serve debug log isn't very helpful. The change involved introducing Drizzle ORM so included some npm imports. Reverting back to the working code and adding those npm imports doesn't cause the issue so it's something else or more complicated. There were quite a few code changes so reapplying the changes will be extremely time consuming. This has completely blocked me. CLI version: 1.200.3
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm following this guide https://supabase.com/docs/guides/cli/getting-started, but after running
supabase init
andsupabase start
it failed. I used--debug
with the last command and this is the part of the log that I think is relevant:DEBUG Import 'https://deno.land/x/[email protected]/index.ts' failed: error sending request for url (https://deno.land/x/[email protected]/index.ts). Retrying...
DEBUG Import 'https://deno.land/std/http/status.ts' failed: error sending request for url (https://deno.land/std/http/status.ts). Retrying...
DEBUG starting new connection: https://deno.land/
DEBUG starting new connection: https://deno.land/
failed to create the graph
Error: main worker boot error: worker boot error: failed to create the graph
CLI version: 1.192.5
Docker version: 4.34.2 (I configured it according to the previous guide)
macOS: 13.6.7
Is anyone else experiencing the same issue? How can I make it work?
Beta Was this translation helpful? Give feedback.
All reactions