All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I have followed the steps explained in here: https://shopify.dev/docs/apps/build/cli-for-apps/manage-app-config-files#test-your-app-functionality
But the CLI will always start the app in production (flett-development), even though it says that it uses the .toml file for (flett-development-local). I have made sure to use "shopify app config link" and link the toml file to a new app, and the "shopify app config use" to select the "shopify.app.local.toml" file.
Any ideas to why the shopify CLI says 1 thing:
- You are using shopify.app.local.toml
And then the content of App inside the info box is wrong. (It says Flett Integration Development, but should be "Flett Development Local")
Any help would be much appreciated!