Thanks in advance,
I’m new to Shopify and it’s app development section.
I’m using shopify-app-template-php i’m unable to pass another scope in shopify.app.toml file after installing the app with another scope it shows the following error.
The app couldn’t be loaded
This app can’t load due to an issue with browser cookies. Try enabling cookies in your browser, switching to another browser, or contacting the developer to get support.
I passed the scope like this.
scopes = “write_products,write_script_tags”
both the error stack trace in the Laravel log file and the shopify.app.toml file content screenshot is the following:
https://support-tools.com/?ef0ed7e41b323dc4#3CiLrhmSqrhzRWVoxxaOGMxMo1fyPI9hwxVnUR4aXyE=
https://support-tools.com/?59bb2b9a2fdb074e#PmaQySz+GTzRePmkmiICknrfpfHsHvCbPtTkbeP59xo=
I also have doubts about whether is it possible to override some front-end sections with the custom app, like I want to track/save the user-searched keywords to my DB.