-
Version: Deno 2.0.4
Hello folks,
I'm giving Deno a spin as my main development tool to replace node/npm. I'm trying to run [Supabase CLI](https://www.npmjs.com/package/supabase) with it and fail…
-
**Describe the bug**
The `env()` function to load environment variables into the config.toml does not work for arrays in the `config.toml`.
**To Reproduce**
Steps to reproduce the behavior:
1. A…
-
**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 disablin…
-
Objective: Set up a local development environment for Supabase to streamline development and testing.
Steps:
1. Install Prerequisites:
* Ensure Node.js and npm are installed on your machine.
* Ins…
-
**Describe the bug**
The `auth.email.double_confirm_changes` configuration option (https://supabase.com/docs/guides/local-development/cli/config#auth.email.double_confirm_changes) in the config.tom…
-
**Describe the bug**
When using the following database definition:
```
CREATE TABLE IF NOT EXISTS public.companies (
id INTEGER NOT NULL GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
name TEXT NO…
-
**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 of
`00:01:51.050 […
-
Supabase fails to start after updating to version v1.200.3.
```
ERROR: type "one_time_token_type" already exists (SQLSTATE 42710)
…
-
Hello!
I just started using this package and I'm wanting to dive deeper into how this is working and potentially contribute after learning more. Do you have any advice for building, running, and te…
-
# Bug report
**Description**:
I'm encountering an issue with the generated TypeScript types when using Supabase. For the past 4 days, the types generated by the command `supabase gen types typ…