cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
Supabase fails to start after updating to version v1.200.3. ``` ERROR: type "one_time_token_type" already exists (SQLSTATE 42710) At statement 0: create type "auth"."one_time_token_type" as enum ('confirmation_token', 'reauthentication_token', 'recovery_token', 'email_change_token_new', 'email_change_token_current',...
**Describe the bug** [v1.203.0](https://github.com/supabase/cli/releases/tag/v1.203.0) will not start without either: disabling health checks `supabase start --ignore-health-check` or disabling analytics ``` [analytics] enabled = false ``` **To Reproduce** Steps to reproduce the...
## What kind of change does this PR introduce? feature ## What is the new behavior? Not sure if this is the desired approach because `functions/import_map.json` is a local fallback...
# 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...
## What kind of change does this PR introduce? This PR adds the option to create, serve, and deploy pure JS functions instead of using TypeScript. Users can set `EdgeRuntime.default_language`...
**Is your feature request related to a problem? Please describe.** Starting containers with `supabase start` takes around 2-3 minutes on Github Actions CI. 1. A lot of that time comes...
**Is your feature request related to a problem? Please describe.** My team came across a bug and we were going to use a database backup from a couple days ago...
**Describe the bug** After being informed by the CLI that an update was available, I did a brew update/upgrade. After that `supabase start` in my dev tree failed with lots...
**Describe the bug** I'm encountering an issue with file uploads using FilePond and TUS in Supabase CLI. Files under 6MB upload successfully, but uploads of larger files consistently fail. **To...
**Is your feature request related to a problem? Please describe.** I am trying to allow my NextJS server to access the storage in my local Supabase instance without having to...