I’m having trouble deploying my update extension app using Shopify CLI.
On December 10th, 2024, I successfully deployed my code to the theme extension for my app. However, on December 12th, I was unable to do so. I also tried to run some basic functions in Shopify CLI, but I still received error messages.
I believe these messages indicate that my Shopify CLI cannot connect to the Shopify server. I made sure that I am not using any proxy or VPN.
You should update your CLI – you’re on a very old version. There are always bug fixes and improvements shipping
From the looks of it, this is a connectivity/availability issue: first being unable to find the accounts site as you mention, and then on the second command the CLI is trying to log usage stats and also failing to reach the network.
Just use the Shopify auth logout and then npm run dev – --reset You will be prompted to login again with your partner account. Login and go back to your terminal.
Thank you all for your assistance. I discovered the issue. I was unknowingly using an app that filters network connections, similar to a firewall. After disabling this app, everything returned to normal.