My checkout extension app is not installing on my store, and I am encountering the following error:
Find this app in the pages where you work. This app’s features are available on pages in your Admin. To learn more, visit the app’s about page
Yes i am also facing the same issue while installing the custom distributed app.
Hi - it’s possible you do not have the correct scopes set up for your app - can you confirm if your toml file has the access scopes set up as per our documentation?
Thanks for Replying
I am facing the same issue, I just created a shopify extension with the default message and setted the toml file with default settings, nothing else, and everything is going well in a dev environment, but when deploy it I can not install the app with the custom link on my store, getting the same message:
Find this app in the pages where you work.
This app’s features are available on pages in your Admin. To learn more, visit the app’s about page.
Hello @domarenon , I have just added
[access_scopes]
scopes = “”
in my shopify.app.toml file and deployed the app again, after this the app has been installed successfully.
Thanks for replying, that worked for me.