Missing scope for webhook topic

Hello. I encountered an issue while deploying my app using shopify app deploy. Previously, everything worked fine. I have never used use_legacy_install_flow, so the scopes have always been defined in the toml file. I need to resolve this urgently. Thank you.

Error:

Version couldn't be created.                                                                      
│ Missing scope for webhook topic: products/create (read_products)                              
│ Missing scope for webhook topic: products/update (read_products)

Configuration

# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration

client_id = "

Shopify CLI version - 3.76.2

I ran into the same issue, and updating the webhook’s api_version to 2025-01 solved it for me.

You can update it in your configuration like this:

[webhooks]
api_version = "2025-01"

Thank you. I changed the version to the 2025-01, but it was not helpful, the error is the same. Also, I tried 2025-04 and 2024-10 versions, no result

I downgraded Shopify CLI to version 3.74.1 and it’s resolved my issue. But I am still waiting for a normal solution from the Shopify team.

@Shopify_77 team Do you have an answer to this issue? Will it be fixed, or should something be changed on my side? Thank you.

Hi! I have the same issue, and I tried everything you mentioned, but nothing works. @Shopify_77 , how to solve this issue?

UPDATE: I tried to remove the use_legacy_install_flow = true line from my TOML file. It worked using version 3.74.1 of Shopify CLI.