does this apply to worker-based WS as well? in terms of costs
does this apply to worker-based WS as well? in terms of costs
Failed: The build token selected for this build has been deleted or rolled and cannot be used for this build. Please update your build token in the Worker Builds settings and retry the build.. I've tried creating new tokens on the build settings page (the ones it auto-configs), and even creating new ones results in the same error.Uncaught Error: Disallowed operation called within global scope.. I believe it is related to this block of code when looking at the wrangler server compilation... in particular the var neverAbortedSignal...
// node_modules/cockatiel/dist/esm/common/abort.js
var neverAbortedSignal = new AbortController().signal;
var cancelledSrc = new AbortController();
cancelledSrc.abort();
var abortedSignal = cancelledSrc.signal; Failed: The build token selected for this build has been deleted or rolled and cannot be used for this build. Please update your build token in the Worker Builds settings and retry the build.