Can not open Drizzle Studio in browser
After a successful run of:
drizzle-kit generate:pg- and database migration, based on the generated schema
- the database itself - looks legit. I even managed to seed some data via a custom script.
When I rundrizzle-kit studioand try to open https://local.drizzle.studio, I get the error modal, from the attached screenshot.
Also here is the part of the output, I got inside the dev tools:
I tried to debug by following the dev tools call stack but was dealing with a minified code there, thus - failed.
I would appreciate at least a link to drizzle-kit studio source code (if it is public), to figure out the possible issue.
