Github deployments to Oxygen quit working #498
-
I have been pushing to a main branch and preview branches over a month successfully. Since last week, pushing to Github no longer triggers rebuilds on Oxygen. Github works fine. It's not that the code is failing to build -- Oxygen is not even registering any commits. I tried pushing to main branch, a preview branch, and creating a new production environment linked to a new branch. Nothing works. Creating the new production environment didn't even trigger a rebuild from the branch. The only option I can think of now is disconnecting the entire store and trying to rebuild it from scratch. But if this fails, then the store will just be offline. Thoughts? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
👋 could you provide more information? Could you check: The github workflow should be triggered. So if nothing changed in your workflow file, it should still work. |
Beta Was this translation helpful? Give feedback.
-
@DanielHirunrusme could you check your Github Action usage and see if you've reached your limits? https://docs.github.com/en/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage |
Beta Was this translation helpful? Give feedback.
-
@blittle Barely a scratch When I first set up the site I connected my github repo to Hydrogen sales channel on a staging Plus store (on the same account). No problems here. Once the site was ready to be connected to the live account, the Hydrogen sales channel on the live account was unable to connect any existing repository. This is still true (see below screenshot). The only option was to start a new repository using Shopify's default Hydrogen template and replace all of the files in that repo with the one I created on the staging Plus store. At the time, I spoke with Shopify support and they noted this was a known issue between Shopify and GitHub, and that GitHub had to make some updates. I'm wondering if there was some update that was made between Shopify and GitHub recently that somehow disconnected activity from my account, since the Hydrogen panel is unable to query and existing repos in my account. It's a wild guess -- otherwise I'm not sure what else could be the issue / to try. |
Beta Was this translation helpful? Give feedback.
👋 could you provide more information? Could you check:
A) Is the github action is running?
B) if it is, any logs showing from it?
The github workflow should be triggered. So if nothing changed in your workflow file, it should still work.