Hi,
The JS API method is giving me permission error as below:
I’m trying to integrate this with React and declaring variables as:
const options = new Array();
options[‘key’] = ‘1045615854’;
const js_api = new window.Squiz_Matrix_API(options);
Can someone please let me know why I’m getting this error even though I’ve created the page. If I use another asset id, it provides me the required attributes, but not just for this id.
Thanks.