-
# Bug report
## Describe the bug
I run Supabase in a self-hosted manner using Docker.
I create a Supabase client using the supabase-js v2 lib and a custom postgres schema.
When I try to fetch …
-
**Describe the bug**
Running the diff with --use-pgadmin fails I can't see what's gone wrong.
**To Reproduce**
Steps to reproduce the behavior:
1. supabase db diff --use-pgadmin
**Expected be…
-
# 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://gith…
-
I tried to setup the syncedSupabase with the documentation. However, it seems like the collection is not regcoising my database interface and show up and type error. Is it just me or i have done somet…
-
### 🐛 The bug
Menu: must have a "content" element to listen for drag events on.
Menu component bug. Copy paste from https://ionicframework.com/docs/api/menu
ionic menu component to app.vue:
Only…
-
# Feature request
## Is your feature request related to a problem? Please describe.
My database schema has comments on every table an some columns. It would be nice if those comments could be in…
-
### What happened?
A bug happened!
Follow the instructions and got this error when i want to set up quivr locally. I also followed this [#2950](https://github.com/QuivrHQ/quivr/issues/2950) but it…
-
**Is your feature request related to a problem? Please describe.**
I would like to use a S3 Compatible Storage Backend during local development and configure it using `config.toml`.
**Describe …
-
I am currently using Supabase and have a column with a foreign key constraint on the `auth.users` table. Here is an example of the foreign key definition in Atlas:
```hcl
foreign_key "fk_uid" {
…
-
### Bug description
I am getting `db error: ERROR: unexpected response from login query` when try to use supabase as database. This only happens when accessing an external database, while testing …