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
What version of that package or tool are you using?
2.0.9
What version of Remix are you using?
2.13.1
Steps to Reproduce
When deploying my Hydrogen store @shopify/[email protected] to Oxygen via Github (standard setup) and from the command line as well shopify hydrogen deploy. It currently fails right at the end of the deployment:
Deploying to Oxygen..
Deployment failed, error: Uncaught ReferenceError: window is not defined
at worker.mjs:5080:5433
at worker.mjs:5080:17531
╭─ error ──────────────────────────────────────────────────────────────────────╮
│ │
│ Uncaught ReferenceError: window is not defined │
│ at worker.mjs:5080:5433 │
│ at worker.mjs:5080:17531 │
│ │
│ │
│ Retrying the deployment may succeed. │
│ │
│ Next steps │
│ • If the issue persists, please check the Shopify status page [1] for │
│ any known issues. │
│ │
╰──────────────────────────────────────────────────────────────────────────────╯
[1] https://status.shopify.com/
Which package or tool is having this issue?
Oxygen
What version of that package or tool are you using?
2.0.9
What version of Remix are you using?
2.13.1
Steps to Reproduce
When deploying my Hydrogen store
@shopify/[email protected]
to Oxygen via Github (standard setup) and from the command line as wellshopify hydrogen deploy
. It currently fails right at the end of the deployment:Deploying to Oxygen.. Deployment failed, error: Uncaught ReferenceError: window is not defined at worker.mjs:5080:5433 at worker.mjs:5080:17531 ╭─ error ──────────────────────────────────────────────────────────────────────╮ │ │ │ Uncaught ReferenceError: window is not defined │ │ at worker.mjs:5080:5433 │ │ at worker.mjs:5080:17531 │ │ │ │ │ │ Retrying the deployment may succeed. │ │ │ │ Next steps │ │ • If the issue persists, please check the Shopify status page [1] for │ │ any known issues. │ │ │ ╰──────────────────────────────────────────────────────────────────────────────╯ [1] https://status.shopify.com/
My Github workflow file is up-to-date too:
Is there a way to have more details/logs on where to look/investigate?
The text was updated successfully, but these errors were encountered: