drizzle studio blank screen
the behaviour is same on both firefox and brave(shields disabled), so doesn't seem like a browser problem.
7 Replies
what does your configuration look like for your db connection? 429 is a rate limit issue in general 🤔
I'm using a local database btw, booted up in a podman container and yeah it does work with the drizzle client so I don't think the config has any issue.
i have no idea what
schemaOne
is, but my connection string has the query params of sslmode=require&pgbouncer=true
on it. also I have a tablesFilter: ["myprojectname_*"],
defined in the configPostgreSQL Documentation
5.9. Schemas
5.9. Schemas # 5.9.1. Creating a Schema 5.9.2. The Public Schema 5.9.3. The Schema Search Path 5.9.4. Schemas and Privileges 5.9.5. …
found an issue regarding this https://github.com/drizzle-team/drizzle-kit-mirror/issues/250
GitHub
drizzle kit studio does not work when public schema has no tables ·...
All of my table are in non public schema and this seems to trip drizzle kit up
Can confirm this is happening to me using Drizzle + Turso/SQLite.
Just found out that this happened in Chrome but not Edge. Could be worth testing.
went the same problem, the solution i get is just activate or deactivate Cloudflare WRAP or 1.1.1.1, maybe someone else have the same condition with me (dunno why it's affect)