You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone had any success using this module with Cloudflare pages?
When I try to deploy via a Github repo I get the following error at the end of the deployment:
Error: Failed to publish your Function. Got error: Uncaught TypeError: Class extends value #<Object> is not a constructor or null
at chunks/runtime.mjs:17962:20
Deploying it via wrangler provides a little more detail:
✘ [ERROR] service core:user:worker: Uncaught TypeError: Class extends value #<Object> is not a constructor or null
at null.<anonymous> (h0rrzz8k09m.js:15527:5) in .wrangler/tmp/pages-LwLK14/chunks/runtime.mjs
at null.<anonymous> (h0rrzz8k09m.js:4:59) in __init
at null.<anonymous> (h0rrzz8k09m.js:17973:1)
✘ [ERROR] MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.
The text was updated successfully, but these errors were encountered:
Has anyone had any success using this module with Cloudflare pages?
When I try to deploy via a Github repo I get the following error at the end of the deployment:
Deploying it via wrangler provides a little more detail:
The text was updated successfully, but these errors were encountered: