Skip to content
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

[Bug]: Scopes not syncing to partner dashboard #3003

Closed
2 tasks done
MarkAajuLarsen opened this issue Oct 20, 2023 · 8 comments
Closed
2 tasks done

[Bug]: Scopes not syncing to partner dashboard #3003

MarkAajuLarsen opened this issue Oct 20, 2023 · 8 comments
Labels
Type: Bug Something isn't working

Comments

@MarkAajuLarsen
Copy link

MarkAajuLarsen commented Oct 20, 2023

Please confirm that you have:

  • Searched existing issues to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on it.)
  • Reproduced the issue in the latest CLI version.

In which of these areas are you experiencing a problem?

App

Expected behavior

When I create a new app on the CLI I expect the scopes from the shopify.app.toml file to be synced to the partner dashboard.

Actual behavior

The scopes are not synced to the partner dashboard

Reproduction steps

  1. Create a new app using the CLI.
  2. Check the partner dashboard
  3. The scope section is empty even if the scopes in shopify.app.toml is not

Operating System

Mac OS Sonoma 14.0 (23A344)

Shopify CLI version (check your project's package.json if you're not sure)

3.50.0

Shell

zsh

Node version (run node -v if you're not sure)

v20.1.0

What language and version are you using in your application?

JS/TS

@MarkAajuLarsen MarkAajuLarsen added the Type: Bug Something isn't working label Oct 20, 2023
@MarkAajuLarsen
Copy link
Author

MarkAajuLarsen commented Oct 20, 2023

The scopes in shopify.app.toml scopes = "write_products,read_script_tags,write_script_tags,read_themes,write_themes,read_product_listings,write_product_listings,read_products"

And the scopes section on the partner dashboard:

image

@JasmeetKaurVT14313
Copy link

JasmeetKaurVT14313 commented Oct 20, 2023

I was having same issue so used below command to push scopes to partners from local
npm run shopify app config push

@Arkham Arkham closed this as completed Oct 23, 2023
@smartraysam
Copy link

Am currently having this issue.. npm run shopify app config push. is no longer support on shopify cli 3, and shopify app deploy is not working

@JasmeetKaurVT14313
Copy link

@smartraysam I was using Shopify version 3.50 and it was working.

@smartraysam
Copy link

Yes. Thanks. I upgrade the shopify cli to latest. Now working

@chekuda
Copy link

chekuda commented Sep 24, 2024

Just run the script shopify app build and it will work

@ahmedpowers
Copy link

I had to use shopify app deploy, none of the above worked for me using Shopify CLI version 3.67.2

@slavasikorsky
Copy link

Same problem, can't update config after shopify app deploy, Shopify CLI updated to ~latest
after npm run dev I see The scopes in your TOML don't match the scopes in your Partner Dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants