unable to access drizzle studio on windows
Hi,
I'm trying to launch studio for my project on windows machine. And I can't access the url of studio due to some firewall blocking by my company. I tried with localhost url with default port, but it gives 404 error.
How can I see the studio with localhost without using the
https://local.drizzle.studio
? Can someone guide me how to see studio?
I don't have admin access so can't modify any windows settings.2 Replies
Same issue, did you find a sollution?
No, the studio is hosted on cloudfare and the kit just spins up the proxy for local db to studio. I guess you can use other db tools to view the data instead. You can use adminer if you're using docker based db for local dev to spin up db admin panel without having to go through installation of tools like DBeaver, MySQL workbench, or pgAdmin for example.