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:
supabase_storage_next_app_playground container logs:
{"level":50,"time":"2025-09-27T21:20:56.384Z","pid":1,"hostname":"9d4126bd05f4","region":"not-specified","type":"startupError","error":{"raw":"{\"metadata\":{},\"code\":\"InternalError\",\"httpStatusCode\":500,\"userStatusCode\":500}","name":"Error","message":"Migration fix-object-level not found","stack":"Error: Migration fix-object-level not found\n at Object.InternalError (/app/dist/internal/errors/codes.js:235:34)\n at /app/dist/internal/database/migrations/migrate.js:425:36\n at async /app/dist/internal/database/migrations/migrate.js:553:14\n at async connectAndMigrate (/app/dist/internal/database/migrations/migrate.js:383:5)\n at async runMigrationsOnTenant (/app/dist/internal/database/migrations/migrate.js:273:3)\n at async main (/app/dist/start/server.js:58:5)","statusCode":500},"msg":"Server not started with error"}
supabase_storage_next_app_playground container logs:
{"level":50,"time":"2025-09-27T21:20:56.384Z","pid":1,"hostname":"9d4126bd05f4","region":"not-specified","type":"startupError","error":{"raw":"{\"metadata\":{},\"code\":\"InternalError\",\"httpStatusCode\":500,\"userStatusCode\":500}","name":"Error","message":"Migration fix-object-level not found","stack":"Error: Migration fix-object-level not found\n at Object.InternalError (/app/dist/internal/errors/codes.js:235:34)\n at /app/dist/internal/database/migrations/migrate.js:425:36\n at async /app/dist/internal/database/migrations/migrate.js:553:14\n at async connectAndMigrate (/app/dist/internal/database/migrations/migrate.js:383:5)\n at async runMigrationsOnTenant (/app/dist/internal/database/migrations/migrate.js:273:3)\n at async main (/app/dist/start/server.js:58:5)","statusCode":500},"msg":"Server not started with error"}
Environment: - Supabase CLI: 2.45.5 - OS: macOS (Darwin 24.6.0) Framework: - NextJS 15 Supabase packages versions:
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.58.0",
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.58.0",
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
ihm40
ihm404w ago
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 guess
speed ticket
speed ticketOP4w ago
I don’t have any migration file named like that. Btw this is happening only if storage is enabled
ihm40
ihm404w ago
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...
ihm40
ihm404w ago
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
speed ticket
speed ticketOP4w ago
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!
ihm40
ihm404w ago
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
speed ticket
speed ticketOP3w ago
Just for the update, if someone had the same issue, it is resolved by supabase in the new version (2.47.2)
ihm40
ihm403w ago
great to hear!

Did you find this page helpful?