-
### Bug description
I am encountering an issue where I am unable to connect to my Supabase PostgreSQL database server using Prisma's migrate dev command. This problem started occurring suddenly and w…
-
Is there a way to properly resync the website with the latest Stripe products?
For example, if starting out using a localhost version, and then later deploying a website version - the products will…
-
Hi, I saw the related issue here: https://github.com/cloudnative-pg/cloudnative-pg/issues/2832
I'm trying to get Supabase running with cloudnative-pg too.
Did you find out if the pg_ident.conf a…
pk992 updated
2 months ago
-
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 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…
-
**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.
**T…
-
**Describe the bug**
In my Flutter application everything was working. Sign-up/Sign-In using apple ID. When I released the bundle on app store, apple rejected it, saying the functionality is incomple…
-
## Main Goals
- Create a clickable `UserDropdown` with the following items:
- Settings (route user to a Profile Settings Page)
- ThemeSwitch (to change between dark & light mode), include moon an…
-
# Bug report
This is a well-known issue that might be affecting only mobile. Several improvements have been made during past year, but issue is still there and it is P0 for us, as reported here:
htt…
-
### 🔖 Feature description
Prisma is a ORM that has very strong automatic migration capabilities
and strong db accessibility. (Very convenient to build some raw query)
Prisma will also be able to …