Firewall Blocks to Shopify CLI | Theme Access App

Firewall Blocks to Shopify CLI | Theme Access App

joacar
Visitor
2 0 0

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 :Screenshot 2024-02-26 at 12.33.49 PM.png

With shopify theme push command I get this:Screenshot 2024-02-26 at 1.32.26 PM.png
I'm using the flags --store, --password, --theme and I have tested in mi local environment with successful requests

Replies 2 (2)

Liam
Community Manager
3108 341 879

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

joacar
Visitor
2 0 0

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 

Screenshot 2024-03-14 at 1.06.54 PM.png

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