Hi everyone,
We have our Shopify app deployed on a server, and we previously deployed the app extensions from a local machine. However, when we try to run npm run deploy from the server, we encounter an error because the Shopify CLI requires browser-based authentication — and our server environment doesn’t have a user interface or browser access.
Is there any way to deploy all app extensions directly from the server without requiring browser authentication or a graphical interface?
Or else, how can we access the browser authentication flow through the CLI?
Thanks in advance!