LCI Serve hangs indefinitely
Hello supabase discord! I submitted this issue via support but asking here incase anyone has come across this or there's a simple fix I've been missing. Thanks
I'm new to Supabase and I'm excited to start using it and the LCI. I'm having trouble serving my functions to my local server. When I run
supabase functions serve --no-verify-jwt
I get the following output from the console:
WARN: no seed files matched pattern: supabase/seed.sql
Setting up Edge Functions runtime...
Serving functions on http://127.0.0.1:54321/functions/v1/<function-name>
Using supabase-edge-runtime-1.66.1 (compatible with Deno v1.45.2)
At this point the terminal hangs indefinitely and I have to Crtl+C to terminate the process. I've ran the command with the --debug option but the logs don't show anything out of the ordinary (to my eyes). I'd attach it here if I could. I've searched high and low online and in the discord and haven't found guidance on the issue.
Some additional context:
I have an issue when running supabase start where I get this error:
supabase_vector_SO-Server container is not ready: unhealthy
I found a workaround online where I can modify my config.toml file setting analytics to enabled = false.
This allows supabase start to complete successfully but occasionally supabase_vector_SO-Server seems to also hang indefinitely in Docker Desktop.
//////
I've tried re-installing both docker and supabase but I've been unable to overcome the issue. I'm hoping you can assist me, thank you very much.
I'm new to Supabase and I'm excited to start using it and the LCI. I'm having trouble serving my functions to my local server. When I run
supabase functions serve --no-verify-jwt
I get the following output from the console:
WARN: no seed files matched pattern: supabase/seed.sql
Setting up Edge Functions runtime...
Serving functions on http://127.0.0.1:54321/functions/v1/<function-name>
Using supabase-edge-runtime-1.66.1 (compatible with Deno v1.45.2)
At this point the terminal hangs indefinitely and I have to Crtl+C to terminate the process. I've ran the command with the --debug option but the logs don't show anything out of the ordinary (to my eyes). I'd attach it here if I could. I've searched high and low online and in the discord and haven't found guidance on the issue.
Some additional context:
I have an issue when running supabase start where I get this error:
supabase_vector_SO-Server container is not ready: unhealthy
I found a workaround online where I can modify my config.toml file setting analytics to enabled = false.
This allows supabase start to complete successfully but occasionally supabase_vector_SO-Server seems to also hang indefinitely in Docker Desktop.
//////
I've tried re-installing both docker and supabase but I've been unable to overcome the issue. I'm hoping you can assist me, thank you very much.