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

**Describe the bug** Since v1.136.2 at least, running `supabase functions deploy` has been giving issues where the function seems to be deployed successfully but we always get a 500 response...

bug

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

bug

Describe the bug When trying to install Supabase using Yarn Berry 4.0.2 on a MacBook Pro with an M3 chip, the build process fails and exits with code 129. The...

installation

**Is your feature request related to a problem? Please describe.** Small quality of life feature request – would be great to have pg_prove logs passed through with colors (should be...

enhancement

**Describe the bug** Running `supabase start` causes the following error: ``` $» supabase start Applying migration 20240123190414_remote_schema.sql... ERROR: extension "pg_net" is not available (SQLSTATE 0A000) At statement 10: CREATE EXTENSION...

**Is your feature request related to a problem? Please describe.** When using the CLI in Github Actions, there's hundreds of lines of useless logs about docker image download statuses, which...

enhancement

# Issue It seems like import maps are failing in multiple ways: 1. When the mapped directory is INSIDE the function folder, the import map does not properly resolve in...

functions

**Is your feature request related to a problem? Please describe.** Deleting secrets one by one can be tedious, especially if we autogenerate secrets or add multiple/change names of various secrets....

enhancement

# 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...

enhancement
auth

**Describe the bug** When I start the local hosting of Supabase using `supabase start` I get the following error and all of the containers are removed. This blocks local development...