Mini-Sylar / shopify-app-vue-template

Create a shopify app with node and vue 3
https://shopify-vue-template.vercel.app/
MIT License
51 stars 5 forks source link

"APP::ERROR::PERMISSION" #49

Closed Anshu-Shar closed 1 month ago

Anshu-Shar commented 1 month ago

Hello @Mini-Sylar I have created the app by using your github code in shopify with vue template.it is working correctly but it is showing "APP::ERROR::PERMISSION" error in console .Partner account and env file or toml file contains the same permission so what should I do for that.Please help me out on this. I am sharing the object as well. { "name": "AppBridgeError", "message": "APP::ERROR::PERMISSION", "action": { "type": "APP::ERROR::PERMISSION", "group": "Error", "payload": { "action": { "0": "A", "1": "P", "2": "P", "3": ":", "4": ":", "5": "L", "6": "O", "7": "A", "8": "D", "9": "I", "10": "N", "11": "G", "12": ":", "13": ":", "14": "S", "15": "T", "16": "A", "17": "R", "18": "T", "version": "3.7.9", "clientInterface": { "name": "@shopify/app-bridge", "version": "3.7.9" } }, "message": "Action is not permitted", "type": "APP::ERROR::PERMISSION" } }, "type": "APP::ERROR::PERMISSION" }

Mini-Sylar commented 1 month ago

It seems this is an issue with shopify app bridge, the latest version on the template is 3.7.10

In web/frontend/package.json update the @shopify/app-bridge to :^3.7.10

install deps again and let me know if the error goes away

Anshu-Shar commented 1 month ago

It seems this is an issue with shopify app bridge, the latest version on the template is 3.7.10

In web/frontend/package.json update the @shopify/app-bridge to :^3.7.10

install deps again and let me know if the error goes away Ok , I will check and let you know thanks