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** I've switched to using the new signing keys using ES256, as that seemed to be the clear recommendation from documentation and the dashboard. However it seems this...

**Describe the bug** edge functions claim `Could not find config file for workspace member` when there is no `deno.json` for a local workspace package that's not deno. Deno treats the...

**Describe the bug** After upgrading to the latest Supabase CLI (2.34.3), `supabase db diff` in declarative schema mode is endlessly re-generating migrations for views that contain JOINs, even if no...

migration

**Describe the bug** Unable to deploy a function on supabase locally **To Reproduce** Steps to reproduce the behavior: I have followed the documentation mentioned in https://supabase.com/docs/guides/functions/deploy ```shell supabase functions deploy...

rewriting `/.well-known/oauth-protected-resource/functions/v1/` -> `/functions/v1//.well-known/oauth-protected-resource` just for poc for now

**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 Node.js installation tab suggests running: `npx supabase --help` However, the page does not specify the minimum required Node.js...

### Bug Description I'm trying to deploy a Supabase Edge Function (`syncStripePlan`) using the CLI. The deployment appears successful (`supabase functions deploy syncStripePlan`), but the function URL continues returning `401`...

**Is your feature request related to a problem? Please describe.** I am always quite frustrated when I have to generate the drizzle ORM scheme by hand. I'd love to use...

When developing locally, I created a supabase admin client with the Secret Key from `supabase status` ```typescript const SUPABASE_URL = "http://127.0.0.1:54321"; const SUPABASE_SECRET_KEY = "" // TODO const supabase =...

bug

# 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