-
Hello @kinngh, I ran into another question on updating the application handle. Was looking at the app config documentation, it says we need to update it in the TOML file, but it looks like we are getting this config from the .env file. I updated it inside .env and in shopify.js as
I added the handle field, but it didn't update it correctly. Any insights into this? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
You don't need to add handle to the If your app already has a handle, add it as is. Going by your screenshot, your APP_NAME="Festival King"
APP_HANDLE="roulette-development" |
Beta Was this translation helpful? Give feedback.
Answer: The user had the older
shopify-cli
installed from homebrew. Uninstalling the older gem and then installing the new CLI tools vianpm run g:install
script inpackage.json
worked as expected.