Affected area
Local development
Supabase CLI version
2.111.0
Operating system
Manjaro Linux x64
Installation method
pnpm
Command
pnpm supabase start --debug
Actual output
Starting database...
Initialising schema...
Seeding globals from roles.sql...
WARN: no files matched pattern: supabase/seed.sql
Starting containers...
Waiting for health checks...
2026/08/07 12:48:28 HTTP HEAD: http://127.0.0.1:54321/rest-admin/v1/ready
2026/08/07 12:48:32 HTTP HEAD: http://127.0.0.1:54321/functions/v1/_internal/health
supabase_storage_api container logs:
supabase_studio_api container logs:
▲ Next.js 16.2.6
- Local: http://localhost:3000
- Network: http://0.0.0.0:3000
✓ Ready in 0ms
supabase_storage_api: container is not ready: unhealthy
supabase_studio_api: container is not ready: unhealthy
Expected behavior
I expected supabase start to start the local Supabase environment successfully, with all containers becoming healthy and ready without any health check failures.
Steps to reproduce
Steps to reproduce
-
Install Supabase CLI 2.111.0.
-
Open an existing Supabase project.
-
Run:
-
Start the local Supabase environment with debug logging:
pnpm supabase start --debug
-
Wait for the container health checks to complete.
-
Observe that the following containers remain unhealthy:
supabase_storage_api: container is not ready: unhealthy
supabase_studio_api: container is not ready: unhealthy
-
supabase start does not complete successfully.
Crash report ID
No response
Docker and service versions
### Docker version
Client:
Version: 29.6.2
API version: 1.55
Go version: go1.26.5-X:nodwarf5
Git commit: dfc4efb1e2
Built: Thu Jul 16 20:57:11 2026
OS/Arch: linux/amd64
Context: default
Server:
Engine:
Version: 29.6.2
API version: 1.55 (minimum version 1.40)
Go version: go1.26.5-X:nodwarf5
Git commit: 3d80467678
Built: Thu Jul 16 20:57:11 2026
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: v2.3.3
GitCommit: aad11006b869517fcd3009450b6f82da282e1a9b.m
runc:
Version: 1.5.1
GitCommit:
docker-init:
Version: 0.19.0
GitCommit: de40ad0
### Supabase services
| SERVICE IMAGE | LOCAL | LINKED |
| ---------------------- | ---------------------- | ------ |
| supabase/postgres | 17.6.1.156 | - |
| supabase/gotrue | v2.194.0 | - |
| postgrest/postgrest | v14.15 | - |
| supabase/realtime | v2.120.3 | - |
| supabase/storage-api | v1.67.20 | - |
| supabase/edge-runtime | v1.74.2 | - |
| supabase/studio | 2026.07.27-sha-cbb076d | - |
| supabase/postgres-meta | v0.96.6 | - |
| supabase/logflare | 1.47.1 | - |
| supabase/supavisor | 2.9.7 | - |
Additional context
No response
Affected area
Local development
Supabase CLI version
2.111.0
Operating system
Manjaro Linux x64
Installation method
pnpm
Command
Actual output
Expected behavior
I expected
supabase startto start the local Supabase environment successfully, with all containers becoming healthy and ready without any health check failures.Steps to reproduce
Steps to reproduce
Install Supabase CLI
2.111.0.Open an existing Supabase project.
Run:
Start the local Supabase environment with debug logging:
Wait for the container health checks to complete.
Observe that the following containers remain unhealthy:
supabase startdoes not complete successfully.Crash report ID
No response
Docker and service versions
Additional context
No response