Open ensticks opened 4 months ago
Whats the command you use to start the services? Or to get supavisor running?
Whats the command you use to start the services? Or to get supavisor running?
supabase start
This is a strange error. May be you can try to isolate the issue by excluding the storage container from starting.
supabase start -x storage
I am experiencing a similar issue on MacOS with CLI version 1.190.0
,
trying what @sweatybridge is suggesting npx supabase start -x storage
resulted in the same behavior as OP (and same as without -x storage
)
npx supabase start -x storage
WARNING: You are running different service versions locally than your linked project:
supabase/storage-api:v1.10.1 => v1.10.3
Run supabase link to update them.
Seeding globals from roles.sql...
Applying migration 20230718010725_ ... (truncated)
Seeding data from seed.sql...
WARNING: analytics requires mounting default docker socket: /var/run/docker.sock
Stopping containers...
failed to execute http request: Get "http://127.0.0.1:54321/storage/v1/bucket": net/http: HTTP/1.x transport connection broken: malformed HTTP response "{\"type\":\"Tier1\",\"version\":\"1.0\"}"
Linking my issue for possible duplicate https://github.com/supabase/supabase/issues/28830
Describe the bug When running Supabase locally, I encounter the following error:
To Reproduce Steps to reproduce the behavior:
supabase start
Expected behavior Local Supabase should start correctly without errors.
Screenshots N/A
System information Rerun the failing command with
--create-ticket
flag.Additional context N/A