app deploy not updating scopes

Topic summary

Developers are experiencing issues updating OAuth scopes for their Shopify apps through deployment.

The Problem:

  • Running npm run deploy appears to recognize scope changes
  • Deployment completes successfully with the message “New version released to users”
  • However, scopes remain blank/unchanged in the Shopify admin panel after deployment

Status:
Multiple users are reporting the same issue, suggesting a potential platform-wide problem. The discussion remains open with no resolution or workaround identified yet.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Tried to update a scope for my app
npm run deploy
‘recognizes’ changes in scopes

completing the deploy with the success message ‘New version released to users.’
but then, nothing.
in the admin the scopes are still blank as before

same thing here