-
Notifications
You must be signed in to change notification settings - Fork 91
Description
Describe the bug
workflow/nuxt for some reason causes the deploy to fail in cloudflare, this might or might not be related to nuxthub
Steps to reproduce
Steps to reproduce the behavior:
install workflow/nuxt package
try deploying
Expected behavior
should deploy, but doesnt, fails with this error:
✘ [ERROR] A request to the Cloudflare API (/accounts//workers/scripts//versions) failed.
Uncaught TypeError: Class extends value [object Module] is not a constructor or null
at null. (file:///home/runner/work//.output/server/chunks/nitro/nitro.mjs:1:2155497) in .output/server/chunks/nitro/nitro.mjs
at null. (index.js:5:59) in __init
at null. (file:///home/runner/work//.output/server/index.mjs:1:600)
[code: 10021]
To learn more about this error, visit: https://developers.cloudflare.com/workers/observability/errors/#validation-errors-10021
If you think this is a bug, please open an issue at: https://github.com/cloudflare/workers-sdk/issues/new/choose