-
Notifications
You must be signed in to change notification settings - Fork 692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why do we have to declare the scopes and api version on the ShopifyApp.configure
if we already declare them on the .toml
config file?
#1912
Comments
Hi there, thanks for opening this issue. I believe your issue can be solved by following this step in the readme: https://github.com/Shopify/shopify_app?tab=readme-ov-file#new-embedded-app-authorization-strategy-token-exchange Let me know if it doesn't end up working for you. |
Hi @Arkham ! Thanks for your response. I've already enabled the Shopify managed installation but I still have to define If I remove
If I set
Let me know if I've explained myself well |
I see, and if you set the version as a valid one and the scopes using the ruby syntax, are they ignored? |
Hi @BaggioGiacomo - Sorry for this inconvenience, to further assist you:
You can use different versions for these 2 configurations
Let me know if you have more questions! |
@zzooeeyy Ok, got it! Thank you! |
Overview/summary
That's my app
shopify_app.rb
file:Why do I need to set the
config.scope
andconfig.api_version
if I already set them on the.toml
config file?Is there a way to avoid declaring them twice and just keep them on the
.toml
config file?The text was updated successfully, but these errors were encountered: