Closed gabriel-breda closed 1 month ago
Hi @gabriel-breda , we are investigating, i'll report back with an update soon
I've been getting the same issue, seems to be a new problem as I wasn't experiencing deployment issues a few weeks ago. Appears to be related to deployment with app extensions. Creating the app via cli successfully creates the first version, but it fails when deploying with my extensions. For reference:
shopify cli version
3.66.1
app extensions:
ui_extension
web_pixel_extension
theme
Any news @isaacroldan ? FYI this is blocking our clients to setup their thank you page.
Hello @gabriel-breda just verified that this issue is fixed now, does it work for you now?
Indeed it works now, thank you @oluwatimio 👍
Any details on what happened?
Fine to close as it's working fine now, but I'd still like to understand what went wrong and how it got fix, if possible at all.
Please confirm that you have:
In which of these areas are you experiencing a problem?
App
Expected behavior
I'm creating a new custom app for my organisation's application (Mention Me Shopify App), as I've done several times last week, and today it ends up with an error saying
Version couldn't be created
. I'd expect it to deploy a new code version as I've done successfully in the past with the exact same steps.Actual behavior
Getting an error on
yarn run deploy --reset
at the end (see full output below):and returning error code 1
Full output:
Verbose output
Reproduction steps
git clone https://github.com/mention-me/ShopifyAppV2.git
cd ShopifyAppV2
yarn run deploy --reset
Yes
toCreate this project as a new app on Shopify?
Test Store
for theApp Name
Test Store
for theConfiguration file name
Yes
toInclude
shopify.app.test-store.tomlconfiguration on deploy?
Yes
toRelease a new version of Test Store?
Then you receive an errorThis app is not permitted to configure a default_placement_reference.
instead of deploying a new version of the app like usual.Operating System
Mac Os Sonoma 14.6.1
Shopify CLI version (check your project's
package.json
if you're not sure)3.66.1
Shell
zsh
Node version (run
node -v
if you're not sure)v18.20.4
What language and version are you using in your application?
Typescript with node v18.20.4