Open aidan-wood-43 opened 6 days ago
Hey there !
Thanks for reporting.
Did you tried cleaning up your local volumes and made sure all containers were down with npx supabase stop --all --no-backup
?
Could you try to run things with the --debug
flags to get more details about which container is failing to spin up ?
Describe the bug Following an update to the CLI, I am no longer able to start supabase services via the cli.
I am using Ubuntu 22.04 via Windows 11 WSL. I initially installed supabase via dpkg with the instructions here. Following this, I ran supabase init, start, etc. as expected without issues. After using supbase cli for a period of time, I was prompted to update the cli. To make this easier, I decided to uninstall the cli installed via source and re-install via npm. Following this, I am now unable to run
supabase start
without encounteringError status 502:
.The final lines of the error trace are below:
As part of efforts to resolve the issue I have attempted the following without success:
To Reproduce Steps to reproduce the behavior:
Expected behavior I would expect my supabase local instance to be available through localhost.
Screenshots N/A
System information Rerun the failing command with
--create-ticket
flag.Additional context If applicable, add any other context about the problem here.