Does anyone else suffering “nonce token is invalid” error in Squiz matrix? Just found that url query “?SQ_ACTION=getToken” returned nothing in our current Squiz matrix system. I tried in my Squiz vm, it returned a token string. I suspect that is the main reason that JSAPI could not be used in our system. Does anyone have any idea to solve this issue? Thanks in advance!
Thanks John. Actually, it is not a use case. I just got some error for js_api and traced it down then figured out that the SQ_ACTION=getToken returned none. Problem solved after I added csrf_token in my design file. Thank you!