When fire shopify app deploy cmd got the error?

223 Views Asked by At

I have an old app of Shopify made with Laravel (without using CLI). now I am trying to create theme app extension for that I do the following things

Step-1

shopify app generate extension

It creates the extension directory and some necessary files and folders under the extension directory. now I need to deploy the extension code so I fire below command

Step - 2

shopify app deploy

and now I got the following error

enter image description here

I am using Shopify CLI 3.45 Node version is 18^ and ruby 3.2.0 all latest version

1

There are 1 best solutions below

2
On

Updating to CLI version 3.46 might fix the issue as well.

There was a similar issue about deploys failing yesterday, which looks like the update fixed.