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
Uncaught Error: Some functionality, such as asynchronous I/O, timeouts, and generating random values, can only be performed while handling a request.
#1179
Closed
danielmoraes opened this issue
Aug 2, 2023
· 4 comments
What version of that package or tool are you using?
2023.7.1
What version of Remix are you using?
1.19.1
Steps to Reproduce
Upgrade Hydrogen
@shopify/hydrogen from 2023.4.6 to 2023.7.1
Upgrade Remix
@remix-run/css-bundle from 1.17.1 to 1.19.1
@remix-run/dev from 1.17.1 to 1.19.1
@remix-run/react from 1.17.1 to 1.19.1
Upgrade Remix Oxygen
@shopify/remix-oxygen from 1.1.1 to 1.1.2
Expected Behavior
The shopify/oxygenctl-action@v4 action succeeds.
Actual Behavior
The shopify/oxygenctl-action@v4 action fails at the "Uploading deployment..." step with:
InvalidScriptError: retrying will not succeed. The following error must be actioned:
Uncaught Error: Some functionality, such as asynchronous I/O, timeouts, and generating random values, can only be performed while handling a request.
The text was updated successfully, but these errors were encountered:
After investigating further, I identified that Sentry is causing the deployment to fail. Upgrading Sentry to the latest version doesn't resolve the problem.
More specifically, here's the line (in entry.server.tsx) that breaks the deployment:
This is a limitation with Oxygen/Cloudflare where async operations need to be done within the lifecycle of a request. Make sure you use dependencies that support worker environments.
What is the location of your example repository?
No response
Which package or tool is having this issue?
Hydrogen
What version of that package or tool are you using?
2023.7.1
What version of Remix are you using?
1.19.1
Steps to Reproduce
@shopify/hydrogen
from 2023.4.6 to 2023.7.1@remix-run/css-bundle
from 1.17.1 to 1.19.1@remix-run/dev
from 1.17.1 to 1.19.1@remix-run/react
from 1.17.1 to 1.19.1@shopify/remix-oxygen
from 1.1.1 to 1.1.2Expected Behavior
The
shopify/oxygenctl-action@v4
action succeeds.Actual Behavior
The
shopify/oxygenctl-action@v4
action fails at the "Uploading deployment..." step with:The text was updated successfully, but these errors were encountered: