CLI supabase start doesn't start anymore

hello, i worked on a local project. suddenly i couldnt start up anymore. tried for two days now to find the reason but no success. i now try to start from scratch, still the same problem. below are the outputs from starting from scratch. any help very much appreciated. regards fusi
1 Reply
sean-atomic
sean-atomic1h ago
I'm having this same issue after yesterday's AWS outage. I'm seeing these error logs from Docker:
14:51:13.095 [warning] Failed to connect to https://http-intake.logs.datadoghq.com:443:⁠ ALPN protocol not negotiated
14:51:13.095 [warning] Failed to connect to https://http-intake.logs.datadoghq.com:443:⁠ ALPN protocol not negotiated
And these as well:
{"level":50,"time":"2025-10-21T14:51:25.536Z","pid":1,"hostname":"8481b8744518","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:205:34)\n at /app/dist/internal/database/migrations/migrate.js:416:36\n at async /app/dist/internal/database/migrations/migrate.js:543:14\n at async connectAndMigrate (/app/dist/internal/database/migrations/migrate.js:374:5)\n at async runMigrationsOnTenant (/app/dist/internal/database/migrations/migrate.js:264:3)\n at async main (/app/dist/start/server.js:58:5)","statusCode":500},"msg":"Server not started with error"}
{"level":50,"time":"2025-10-21T14:51:25.536Z","pid":1,"hostname":"8481b8744518","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:205:34)\n at /app/dist/internal/database/migrations/migrate.js:416:36\n at async /app/dist/internal/database/migrations/migrate.js:543:14\n at async connectAndMigrate (/app/dist/internal/database/migrations/migrate.js:374:5)\n at async runMigrationsOnTenant (/app/dist/internal/database/migrations/migrate.js:264:3)\n at async main (/app/dist/start/server.js:58:5)","statusCode":500},"msg":"Server not started with error"}
Any help would be greatly appreciated. Also, why is a local supahbase setup hitting a Datadog endpoint? That seems suspicious 😄 cc: @GaryHouston ❤️

Did you find this page helpful?