Replies: 2 comments
-
|
I'm having the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, iam trying to figure out what could cause this error, any tips what could cause this , what to look for ?
thanks!
hanging Promise was canceled. This happens when the worker runtime is waiting for a Promise from JavaScript to resolve, but has detected that the Promise cannot possibly ever resolve because all code and events related to the Promise's I/O context have already finished.
[Error: The script will never generate a response.]
Warning: A promise was resolved or rejected from a different request context than the one it was created in. However, the creating request has already been completed or canceled. Continuations for that request are unlikely to run safely and have been canceled. If this behavior breaks your worker, consider setting the
no_handle_cross_request_promise_resolutioncompatibility flag for your worker.at ModuleRunner.import (Users/xxx/xxx/node_modules/@shopify/mini-oxygen/dist/vite/worker-entry.js:1114:12)
Beta Was this translation helpful? Give feedback.
All reactions