cli icon indicating copy to clipboard operation
cli copied to clipboard

Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.

Results 501 cli issues
Sort by recently updated
recently updated
newest added

# Bug report ## Describe the bug Using Supabase locally in my project works great to log in from the React Native app. However, I'm using a NestJS backend to...

bug

# Bug report ## Describe the bug Recently updated to supabase 0.17.0, and when running `supabase start` I get the following error message: ```bash Error: Failed to connect to Docker...

bug

# Bug report It seems like the pg_net worker never starts. ```sql create extension pg_net; select net.http_post( url:='https://httpbin.org/post', body:='{"hello": "world"}'::jsonb ) as request_id; ``` returns `the pg_net background worker must...

# Feature request ## Is your feature request related to a problem? Please describe. I should be able to tail my Supabase logs from the Supabase CLI. Logs should include...

enhancement
observability

# Bug report ## Describe the bug If you use extensions which are turned off by default then you can't `start` or either do `db reset` . ## To Reproduce...

bug

# Bug report ## Describe the bug ``` Im getting error when I visit api url right after inited git & supabase. ``` Output ``` API URL: http://localhost:54321 DB URL:...

bug

# Bug report ## Describe the bug With the newest windows update the default ports used by the init script are blocked by Windows. ## To Reproduce Steps to reproduce...

bug

c:\server\supabase start Error: Error response from daemon: No such image: supabase/postgres:14.1.0

bug

# Feature request Use the current git branch name as the default name – when no branch name is given – for the db branch when running `supabase db branch...

enhancement

# Feature request Download specific version of CLI A clear and concise description of what you want and what your use case is. Be able to say what version of...

enhancement