`drizzle-kit studio` is unable to launch D1 db (prod, remote)
Steps to reproduce:
1. Clone https://github.com/cjxe/nextjs-d1-drizzle-cloudflare-pages
2. Follow
README.md
.
3. Run pnpm db:studio:local
. Verify that viewing the local d1 db is fine.
4. Run pnpm db:studio:prod
. Verify that drizzle-kit is unable to view the d1 prod remote db.
Error:
📁 drizzle.config.ts
: https://github.com/cjxe/nextjs-d1-drizzle-cloudflare-pages/blob/main/drizzle.config.ts1 Reply
the issue is fixed with drizzle-kit v0.21.3, THANK YOU! ❤️