drizzle-team / drizzle-team/drizzle-orm
[BUG]: Drizzle Studio stuck at loading for Supabase DB
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Report hasn't been filed before.
- [x] I have verified that the bug I'm about to report hasn't been filed before.
### What version of `drizzle-orm` are you using?
0.39.1
### What version of `drizzle-kit` are you using?
0.30.4
### Other packages
_No response_
### Describe the Bug
When I use Supabase DB for `DATABASE_URL` in `.env` file, Drizzle Studio is stuck on the loading screen. The data does show on Supabase dashboard. I also tried spinning another Supabase project but got the same results. I then tried Neon DB and Drizzle Studio works for me.
```
"better-auth": "^1.1.15",
"drizzle-orm": "^0.39.1",
"next": "^15.1.6",
"postgres": "^3.4.5",
"drizzle-kit": "^0.30.4",
```
```
# Supabase DB working
DATABASE_URL="postgresql://postgres.xxxx:xxxx@aws-0-us-west-1.pooler.supabase.com:6543/postgres"
# Neon DB working
DATABASE_URL="postgresql://neondb_owner:xxxx@xxxx-pooler.us-west-2.aws.neon.tech/neondb?sslmode=require"
```
Contributor guide
Assessment
This issue has not been assessed yet.