I am in the terminal connected to my web server where my shopify app is hosted . I have installed shopify CLI 3.45.1 version.
I execute this command
shopify theme list --store=modappsteststore.myshopify.com
and I get to see this
To run this command, log in to Shopify Partners.
Press any key to open the login page on your browser
after I press any key and I get this to see
Auto-open timed out. Open the login page: Log in to Shopify Partners ( http://accounts.shopify.com/oauth/authorize?client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&scope=openid+https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.admin.graphql+https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.admin.themes+https%3A%2F%2Fapi.shopify.com%2Fauth%2Fpartners.collaborator-relationships.readonly+https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.storefront-renderer.devtools+https%3A%2F%2Fapi.shopify.com%2Fauth%2Fpartners.app.cli.access&redirect_uri=http%3A%2F%2F127.0.0.1%3A3456&state=f1d1c05346cdfa4a7342a8e73b8bae9301f1096e89ebe5acd196ca55011d&response_type=code&code_challenge_method=S256&code_challenge=pRVdXjdh3lEa_5toYTE93GLcfbbfnyNct5kYXnH6XmY )
WHeN i OPEN THE LINK IN MY BROWSER AND and it navigates to the login section for the partners account and when I chosse my partners email id and password, I was redirected to this error
βThis site canβt be reached127.0.0.1 refused to connect.β and this is my url. But according to shopify docs, its has to show login approved. and I should see the respective details in cli.
I have no clue why I could not get the app approve. This is very crucial since I need to create app extension for m exisitng app.
All the requisites are installed to the required versions.
I have to set up a app extension for my app based on this point.
-
Your app is currently using ScriptTag API. Update your app to be compatible with both legacy and Online Store 2.0 themes including Dawn. Whileother methods can be used for OS 2.0 theme compatibility, we recommend you update your app with theme app extensions to align with future requirements. Seethis screenshotfor your reference.
But due tot he bug inthe shopify CLI 3.45.1 , I am unable to login to shopify cli as directed in the article.
https://shopify.dev/docs/apps/tools/cli/commands#generate-extension

