cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
# 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 As of this morning I cannot type in my access token in the cmd line prompt when prompted. Nor can I paste it ## To Reproduce...
# 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** Attempting to view one of the Postgres log entries in the local Supabase Studio causes the client application to crash; **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** Using podman with supabase, I get these errors on launch: service not healthy: [realtime-dev.supabase_realtime_X supabase_pg_meta_X supabase_studio_X]. A workaround is to start supabase ignoring the health check. **To...
**Describe the bug** https://github.com/supabase/cli/issues/1415#issuecomment-1733707587 **To Reproduce** `supabase db start` returns database is unhealthy **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** ``` PostgreSQL Database...
**Is your feature request related to a problem? Please describe.** 1. PC shutdown while supabase is running on podman 2. run supabase start but receive "supabase is already running" which...
I'm getting `POST http://localhost:54321/auth/v1/token?grant_type=password 401 (Unauthorized)` when using `signInWithPassword()` in a local environment using Supabase CLI. It works in remote Supabase though. The fetch/XHR payload is: `{ "email": "test", "password":...
**Is your feature request related to a problem? Please describe.** The Supabase package currently runs a postinstall script to download the binary for the current platform. This strategy should be...
**Describe the bug** Azure AD auth provider doesn't take in a tenant url, and therefore cannot suport single-tenant applications. In order to authenticate with a single tenant application in Azure,...