Cannot run supabase locally
Hello,
I am having issue running supabase locally suddenly. It was working fine until today.
When I run
supabase start and after it gets to the phase Waiting for health checks I get this error output:
Environment:
- Supabase CLI: 2.45.5
- OS: macOS (Darwin 24.6.0)
Framework:
- NextJS 15
Supabase packages versions:
I tried complete Docker cleanup (docker system prune -a --volumes), removed all Supabase volumes and containers, fresh supabase start still fails on storage.
Any clue what is happening here?
Thanks!8 Replies
It seems to be complaining that i can't find a particular migration (file?)
fix-object-level. Have you done anything recently such as modify the migration files or update the cli. Someting may be out of sync somewhere is my guessI don’t have any migration file named like that. Btw this is happening only if storage is enabled
did you open this discussion https://github.com/supabase/cli/issues/4215 ? If not it seems like it might be a bug
GitHub
Unable to start local supabase via cli | Issue in `supabase_storage...
Describe the bug Unable to start local setup, I just initialised this in nextjs and it failed to launch local supabase using supabase start command. To Reproduce Steps to reproduce the behavior: Up...
I have just upgraded the cli myself to your version and come across the same error so that might be the cause
Will try debug myself and see if i can get it working
No, I didn't open it and this is the exact same issue. Good that you were able to find this! Yeah, then it's a bug. At least I now I can downgrade a version to mke it to work. Thanks!
yeah try that and see if it works, the new version has been out for a few days so i'm surprised it was not picked up earlier. The issue may be something else
Just for the update, if someone had the same issue, it is resolved by supabase in the new version (2.47.2)
great to hear!