Build and Publish to Oxygen fails in Github Actions after updating to Remix v2.2.0

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?

3 Likes

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…

3 Likes

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! :bug:

2 Likes

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.

1 Like

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.

2 Likes

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?

Fixed!
but we’ve had to add
“resolutions”: {
“run/minimatch”: “8.0.0”
},

1 Like

for us it’s Fixed but we’ve had to add
“resolutions”: {
“run/minimatch”: “8.0.0”
},

1 Like

Doesn’t seem to work for me sadly

1 Like

this also doesn’t work for me

1 Like

@SBD I’m still having the same issue. Any updates on this?

2 Likes

Chasing up with the Oxygen folks, will report back.

1 Like

Hey @luukdebruin @bitf @ptrck_schndr @iamkevingreen

The Oxygen team say this looks like a problem with our error reporting. User script errors are blanket throwing Unable to verify worker deployment completion. We’re updating the admin to display the actual error right now (PR is in review) and working on surfacing errors in the CLI.

@iamkevingreen - interesting you’re seeing this on a fresh deploy. Will DM you for store details.

3 Likes

Update is live. Helpful errors should now surface in the admin. Let me know if you’re still seeing anything strange!

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.

A useful error actually showed up on the Hydrogen channel. I think I can work with that. Thanks for looking into this problem!