-
**Describe the bug**
The Supabase CLI fails to deploy Edge Functions when the project path contains special characters (#). The error message suggests a directory issue, but the actual problem is the…
rpock updated
2 weeks ago
-
**Describe the bug**
The [Wasm Wrappers](https://fdw.dev/catalog/wasm/) cannot be used with CLI v1.223.10.
**To Reproduce**
Steps to reproduce the behavior:
1. create a new project: `supabase in…
-
**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**
My local DB has an RLS policy that I am not being able to push to the remote DB with `supabase db push`
**To Reproduce**
These are my local RLS policies (as confirmed with …
akdeb updated
15 hours ago
-
**Describe the bug**
This occurred in a github action that uses the latest version of the CLI by default. Reverting to an older version (I picked 1.220.0 for no good reason) resolves the issue.
…
-
### Problem Description
Currently, when creating the `pgtap` extension with a custom schema:
```sql
CREATE EXTENSION IF NOT EXISTS pgtap WITH SCHEMA pgtap; --
-
## Steps to reproduce
Given Terraform like below:
```hcl
resource "fly_machine" "app" {
for_each = var.machine_names
app = "exampleapp"
name = each.key
region = "syd"
…
-
# Bug report
## Describe the bug
I'm trying to use Supabase's realtime updates locally, and I'm getting the following error
```
WebSocket connection to 'ws://localhost:54321/realtime/v1/webs…
-
# 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…
-
# 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.c…