Questions and discussions about using the Shopify CLI and Shopify-built libraries.
I'm having some issues with Shopify CLI commands in my CI/CD pipeline with GitHub actions, this could be due to firewall blocks. What is the destination URL that I need to specify to enable the connection?
Sometimes I got this error with commands like shopify theme list or shopify theme dev :
With shopify theme push command I get this:
I'm using the flags --store, --password, --theme and I have tested in mi local environment with successful requests
This sounds close to this issue, where devs using a VPN were seeing a similar error message. Are you using a VPN?
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Yes, the thing here it's that I need to clarify what are the endpoints /host or destination URLs that shopify cli use to execute the command push. I was able to resolve different the firewall block for this hosts: https://theme-kit-access.shopifyapps.com and https://monorail-edge.shopifysvc.com that are accessed for deploy the theme and send analytical data to shopify. However, after I received the response ' Completed command theme push' , I have another issue related to a firewall block, I know how can I resolve it but I need to know what is or what are the host or the destination URL that shopify cli needs to access to complete the process totally, in my case this is not the solution
You can see that in the first message of this post, we can see the URL requested but in this image above we can't