-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Labels
Description
Please confirm that you have:
- Searched existing issues to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on it.)
- Reproduced the issue in the latest CLI version.
In which of these areas are you experiencing a problem?
Extension
Expected behavior
App should be updated with any new extensions
Actual behavior
Github ci job fails when trying to add new customer account extension (order.index). It fails due to mismatch between the names:
local name - customer-account-ui
remote name - pos-ui-2
pos-ui-2 was never created as customer account extension.
This is production, for staging app it is not happen.
How it can be solved?
Verbose output
Reproduction steps
- Create a new extension under a different app config locally
- Deploy the extension to a separate app config via CI/CI
- The app attempting to be updated via CI/CD errors as it can't identify the new extension
Operating System
Ubuntu
Shopify CLI version (shopify --version
)
Latest
Shell
No response
Node version (run node -v
if you're not sure)
v18.20.2
What language and version are you using in your application?
Typescript 5.4.5