Drizzle Studio not working with Turborepo Monorepo + AlloyDB
Hi Drizzle Team, our company recently adopted drizzle to go alongside our migration from Supabase to AlloyDB and it has been great! We have been using drizzle within our internal db package that is consumed by our downstream apps and it has worked flawlessly. We only run into issues when trying to set up and run drizzle studio. i run the command from the db package itself and then it seems to be working but then we are still not able to view anything in the browswer or elsewhere. What are we doing wrong? i tried to search around and have not found other questions with this specific problem, only other semi-related issues. Maybe the solution is to lean in to drizzle gateway or something else, but we definitely want to use all the drizzle-native services we can as you guys are the best. Any help on this matter is greatly appreciated! Thank you so much for doing what you guys do, Drizzle rocks!
6 Replies
Thanks @germainiac and +1 to the drizzle love - it's been great for our team.
To add to this, we're seeing our Drizzle Studio server start successfully but the backend API (localhost:4983) returns ERR_EMPTY_RESPONSE for all requests, making the UI show "Connecting to the Drizzle Kit on localhost:4983" indefinitely.
We've...
- verified the DB connection (successful psql and drizzle-kit introspect)
- killed hung processes and checked port conflicts on :4983
- run drizzle studio with verbose flag - no error output
Please let us know what you'd recommend from here. And go team Drizzle 🔥
Hey @km @germainiac! Are you trying to run Drizzle Studio from Docker or on a VPS?
just command line, not docker or vps - should we try that approach?
What browser are you using?
chrome