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

**Is your feature request related to a problem? Please describe.** We're creating preview branches for development through a script on the command line. I am able to retrieve all the...

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

**Describe the bug** Error connecting to postgres after trying to link supabase CLI to another project. Unlinking another. The same issue as here - https://github.com/supabase/cli/issues/3960 (I tried what was suggested...

**Describe the bug** When trying to run `supabase functions serve` locally while using podman instead of docker, the following error is thrown as soon as an edge function is called:...

Closes: supabase/cli#4521 🐛 Issue Summary In certain cases, a migration that should fail inside a transaction (e.g., due to violating a newly-added constraint) is still being: Applied to the database,...

**Link** Supabase CLI documentation → Node.js installation tab https://supabase.com/docs/guides/local-development/cli/getting-started?queryGroups=platform&platform=npm **Describe the problem** The CLI itself throws a clear error when attempting a global npm installation: "Installing Supabase CLI as a...

**Describe the bug** When running `supabase link` against a particular project, the `.temp/storage-version` file contains an invalid image tag: `iceberg-catalog-flag-on-buckets` **To Reproduce** Probably specific to my project, but running `supabase...

in the config.toml i can see the following property that i've tried changing and it has no effect: ```toml [auth] enabled = true # The base URL of your website....

auth

**Describe the bug** `supabase start` erroring out always **To Reproduce** Steps to reproduce the behavior: 1. run `supabase start` 2. See error: ``` Starting database... Initialising schema... Stopping containers... error...

This seems to only happen on a project that i transferred into my organisation, and not on the project that was created within this organisation. which makes me thing there...