Β© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabaseβ€’5mo agoβ€’
9 replies
speed ticket

Cannot run supabase locally

Hello,
I am having issue running supabase locally suddenly. It was working fine until today.
When I run
supabase start
supabase start
and after it gets to the phase
Waiting for health checks
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!
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

gotrue locally + @supabase/ssr
SupabaseSSupabase / help-and-questions
3y ago
supabase/config.toml file locally
SupabaseSSupabase / help-and-questions
4mo ago
Use supabase locally without migrations?
SupabaseSSupabase / help-and-questions
4y ago
Locally hosted Supabase Dashboard lacking pages
SupabaseSSupabase / help-and-questions
2mo ago