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 - [ X ] I confirm this is a bug with Supabase, not with my own application. - [ X ] I confirm I have searched the...

bug

**Is your feature request related to a problem? Please describe.** I am working on some external backup and recovery tasks for a customer. I am currently using the `supabase db...

enhancement

**Describe the bug** Creating scratch project by `supabase bootstrap` command is failed. **To Reproduce** Steps to reproduce the behavior: 1. Execute `npx supabase bootstrap` 2. Select `scratch` I showed executed...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Add the following to the `config.toml` ``` [auth.sms.test_otp] #...

**Describe the bug** it seems to me that the supabase setup tried to create the pgsodium extension before the schema. ``` 842fd6281a5f: Pull complete Digest: sha256:0cfa54e096dcae4ed30162811fa8794f7c443708c41973329e07f7d44c1cc3e7 Status: Downloaded newer image...

**Describe the bug** this example SQL , from Supabase docs https://supabase.com/docs/guides/database/extensions/wrappers/mssql fails when executed in fresh environment instantiated using local CLI: `insert into vault.secrets (name, secret) values ( 'mssql', 'Server=localhost,1433;User=sa;Password=my_password;Database=master;IntegratedSecurity=false;TrustServerCertificate=true;encrypt=DANGER_PLAINTEXT;ApplicationName=wrappers'...

# Unable to Create Functions in Auth Schema on Local Supabase Instance (Error 42501) ## Description When attempting to create functions in the auth schema in a local Supabase instance,...

bug

## What kind of change does this PR introduce? Bug fix ## What is the new behavior? Update kong to 3.8.0 to resolve base image vulnerabilities. - [ ] Logs...

**Describe the bug** When starting local development stack with 'npx supabase start', supabase_studio and supabase_pg_meta both runs, and exists immediately after with "exit 139" segmentation fault in the log of...

## What kind of change does this PR introduce? Bug fix, feature, docs update, ... ## What is the current behavior? Please link any relevant issues here. ## What is...