Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
Since Remix v2 is stable now I wanted to update my Hydrogen store to version 2.2.0. All went well until I pushed all the changes to GitHub and triggered an Oxygen deployment. The install and build commands work fine, but the action breaks on "Unable to verify worker deployment completion". I have no idea what is failing here as I cannot get any logs from this.
I've seen another thread about this error but clearing the GitHub Actions cache doesn't resolve it (that was the accepted answer for that thread).
Is anyone experiencing the same and does someone know how to fix it?
Solved! Go to the solution
This is an accepted solution.
Update is live. Helpful errors should now surface in the admin. Let me know if you're still seeing anything strange!
Scott | Developer Advocate @ Shopify
We have also this issue without even updating the version of Hydrogen. It seems to be a general deployment problem in Shopify's end. Might be an issue with deploying the workers to Cloudflare...
Same issues here! we've problem pushing updates on the code, without any changes on package or github actions. for us it's a major issue, we've to deploy in prod new changes! 🐛
Hey @luukdebruin @ptrck_schndr @bitf,
Thanks for reporting this - was an issue on our end and should now be resolved.
Let me know if you're still having issues.
Scott | Developer Advocate @ Shopify
I am experiencing this same issue on a brand new deployment, have tried disconnecting git and creating new oxygen deployments, same issues reported else where.
Thanks for looking into this! It's still not working though, I'm getting the same error as before. Anything else I could do to resolve this?
for us it's Fixed but we've had to add
"resolutions": {
"run/minimatch": "8.0.0"
},
Doesn't seem to work for me sadly
this also doesn't work for me
Fixed!
but we've had to add
"resolutions": {
"run/minimatch": "8.0.0"
},
Chasing up with the Oxygen folks, will report back.
Scott | Developer Advocate @ Shopify
Scott | Developer Advocate @ Shopify
This is an accepted solution.
Update is live. Helpful errors should now surface in the admin. Let me know if you're still seeing anything strange!
Scott | Developer Advocate @ Shopify
Deleted the cache, pushed a new commit and re-ran the action and it's still failing and the error is still not useful: "Error: Process completed with exit code 1."
Hey @luukdebruin
Any message showing in your Admin / Hydrogen channel? Can you DM me store URL please.
Scott | Developer Advocate @ Shopify
A useful error actually showed up on the Hydrogen channel. I think I can work with that. Thanks for looking into this problem!