workers-sdk icon indicating copy to clipboard operation
workers-sdk copied to clipboard

🐛 BUG: A worker set up with `init --from-dash` fails to publish due to empty migrations

Open penalosa opened this issue 3 years ago • 1 comments

What version of Wrangler are you using?

2.1.3

What operating system are you using?

Mac

Describe the Bug

Running npm run deploy in a newly set up init --from-dash worker fails with the following message: Screenshot 2022-09-14 at 13 51 38

penalosa avatar Sep 14 '22 12:09 penalosa

running into the same error after the following:

  • created a new worker via the dash
  • migrated it using init --from-dash
  • made a text change
  • ran wrangler publish

lrapoport-cf avatar Sep 22 '22 20:09 lrapoport-cf