-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supabase dev service no longer starting, vector container keeps restarting #2538
Comments
I use Docker for multiple things; nothing else has been an issue ATM or recently. |
I'm experiencing the same issue when trying to start it on Windows; however, it works fine on Mac. |
The workaround for now is to turn off analytics in config.toml
|
I've tested a fix for this in cli 1.187.5. You will need to enable a few settings on docker desktop on windows (see screenshot).
After that, you can enable analytics without running into crashloop. The postgres and api gateway logs are still unavailable on studio but I will look into that separately. supabase/supabase#26785 |
This should be reopened, it did not fix things. I created the setting above.
The local supabase starts, and in less than a minute, after pulling current images. It is not showing the vector DB restarting, now it just fails the healthcheck perhaps, but the flag to ignore healthcheck had no impact. Still failed. P.S. We used scoop to install supabase and are running on the current update. |
@sosensible the fix is only released to beta channel atm. Could you give |
@sweatybridge that worked for me. I also enabled the settings in Docker. Thank you! |
supabase@beta is working on windows 11. Thanks for for updates! |
For us, supabase@beta is not working on Windows 11. Everything starts up, and with or without the ignore health check flag, it still shuts right down after everything starts up. |
I'm getting this issue again in Supabase |
Confirmed on my Windows 11 machine. The same error and crashloop happens. |
supabase@beta works for me only when I set "analytics=false", in this way vector container will not be started. |
Describe the bug
Using supabase cli to do local dev. The start fails with the vector container restarting until healthcheck fails.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Supabase services to start local like they used to.
Screenshots
n/a
System information
Rerun the failing command with
--create-ticket
flag.Additional context
n/a
The text was updated successfully, but these errors were encountered: