Hi there,
I’m migrating one of my older apps to the new dev platform using this guide: https://shopify.dev/docs/apps/build/dev-dashboard/migrate-from-partners. Everything has gone smoothly so far, but I noticed something odd during the first deploy.
When I deploy, some access scopes are listed as “new” :

In my TOML file for the access_scopes section, I only have:
[access_scopes]
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
use_legacy_install_flow = true
This setup hasn’t changed… it’s the same as before the migration. Since my app’s scopes have always been handled through OAuth, I’m unsure why these scopes are showing as new.
Do I need to review or update anything here, or is it safe to deploy without affecting existing & future users?
Thanks,
Axel