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