drizzle-orm
drizzle-orm copied to clipboard
[BUG]: local.drizzle.studio blank page
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.44.7
What version of drizzle-kit are you using?
0.31.6
Other packages
No response
Describe the Bug
Occasionally, and I can't figure out when/why, I get a blank page when opening Drizzle Studio via https://local.drizzle.studio/. I'm working locally with a Ubuntu VM running on Windows. VSCode on Windows working remotely into the VM. Posrgres database.
Struggling with much to go on as it's simply a blank page with little in the console:
All I get in the console is:
(index):1 GET https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015 net::ERR_ADDRESS_INVALID
Restarting locally makes no difference:
$ pnpm run db:studio
> [email protected] db:studio /home/mat/dev/airfieldmap
> drizzle-kit studio
No config path provided, using default 'drizzle.config.ts'
Reading config file '/home/mat/dev/airfieldmap/drizzle.config.ts'
Using 'postgres' driver for database querying
Warning Drizzle Studio is currently in Beta. If you find anything that is not working as expected or should be improved, feel free to create an issue on GitHub: https://github.com/drizzle-team/drizzle-kit-mirror/issues/new or write to us on Discord: https://discord.gg/WcRKz2FFxN
I've had this before, eventually it resolves itself but I'm not sure whether it involves restarting the browser, my machine, or something else. Is there any further debugging I can do while it's in a broken state? Refreshing the page doesn't do anything for me.