Drizzle-Studio does not connect
Successfully pushed test data to neon. When I run "db:studio": "sudo npx drizzle-kit studio", I get the following:
Connecting to the Drizzle Kit on localhost:4983
I've rebuilt and went through tutorials, cannot find a reason the studio will not connect.
drizzle-kit: v0.20.14
drizzle-orm: v0.30.7
No config path provided, using default path
Reading config file '/Users/Nomen/gnosco_2/drizzle.config.ts'
[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
Drizzle Studio is up and running on https://local.drizzle.studio
GitHub
Build software better, together
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
1 Reply
I had to update drizzle kit to the latest and it started working with neon:
pnpm add drizzle-kit@latest -D