Connecting Remote Drizzle Kit Studio to a Server
Since the studio moved to a local HTTPS address, I can't access it on my Ubuntu server. Previously, I used a port to access Kit Studio, but now it's a local address. What should I do?
4 Replies
You have host and port options: https://orm.drizzle.team/drizzle-studio/overview#launch-drizzle-studio
Meet Drizzle Studio - Drizzle ORM
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
its not working the host just specify api port
By default, Drizzle Studio will be launched on the https://local.drizzle.studio host, and studio server will be launched on 127.0.0.1 host but you can specify any host you want
specifing --host make the server port not studio
Can you access if you go to
serverId:port
its https to http problem @alexblokh said they will do something to work on http too