cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
**Describe the bug** When trying to use the Supabase CLI for db operations like pull, push, or migrations, i am getting this random error 90% of the times: ``` failed...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Running `supabase db diff -f --local` 2. See error...
**Describe the bug** I have the port configured to 64321 for the api but the system is starting kong on 54321 **To Reproduce** Steps to reproduce the behavior: 1. set...
**Describe the bug** failed to connect to postgres: failed to connect to `host=aws-0-us-east-1.pooler.supabase.com user=cli_login_postgres.{project_id} database=postgres`: failed SASL auth (invalid SCRAM server-final-message received from server) Not sure why this started happening....
Requesting the ability to enable HIBP password protection in the config.toml something like this: ` [auth.email] hibp_enabled = true ` As far as I know there is currently no easy...
**Describe the bug** On `npx supabase db push` local config from config.toml gets written into my auth provider config on cloud. **To Reproduce** Use a social auth provider in the...
## 📝 GitHub Issue: Supabase CLI `db pull` Failure During Schema Diff ### Title: `supabase db pull` fails with `error diffing schema: error running container: exit 1` ### Description When...
# 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...
**Describe the bug** I'm setting up a new local development environment for a currently hosted database. I am following [these instructions](https://supabase.com/docs/guides/deployment/managing-environments#set-up-a-local-environment). When I execute the command ```supabase db pull``` at...
## What kind of change does this PR introduce? Feature - Enables local development and testing of OAuth-protected Edge Functions (like MCP servers). ## What is the current behavior? When...