Shop app crashes when an invalid scope added to manifest

Hey team,

Looks like Shop app crashes when trying to load a mini if manifest.json contains an invalid scope. Example of bogus manifest.json:

{
  "name": "Mini Name",
  "description": "Mini Description",
  "permissions": [],
  "scopes": [
    "product_list:writeandread"
  ],
  "privacy_policy_url": "https://site.com/privacy.html",
  "terms_url": "https://site.com/terms.html",
  "handle": "mini-name"
}

Able to reproduce on both iOS simulator and device.

Shop (Minis) app version: 2.234.0-minis-partner.192124

CLI: 0.0.225

SDK: 0.4.16

Thanks!

1 Like

Verified - thanks so much for reporting it (internal id #89404)