Error when deploying migrations with GH Action in Cloudflare D!
I'm trying to run migrations within a turborepo against a Cloudflare D1 instance.
The command to run is this:
wrangler d1 migrations apply d1_turbolang --preview
I can run it from local (VS code) but when put it into an Github Action I get this error
The code in GH Action is :
Any ideas what might be wrong?4 Replies
I've tried to install
drizzle-orm
in the root folde as said in other comments ... but not success!
@Andrew Sherman Not sure if you've aware of this issue.. There is a github issue opened about itGitHub
🐛 BUG: D1 migration doesn't work on Github Actions · Issue #3598 · ...
Which Cloudflare product(s) does this pertain to? D1 What version of Wrangler are you using? 3.1.2 What operating system are you using? Linux Describe the Bug When I try to apply a d1 database migr...
The issue is on cloudflare' s github... Not sure where is the bug
I guess it's cloudflare issue