Hi,
This error is caused by an uncleared browser, minify or CDN cache. The older version javascript files (which must be heavily cached), while the response from the server is from the newer release – and the old version of the script can not verify that.
This very rarely happens, as we don’t change the output significantly, but in this case we had to change the response delimiters for compatibility reasons, and the cached script from 4.22.5 and below will throw this exact error for the new server response.
If you clear all layers of cache – including minify, asset, CDN, page, browser etc.. it will resolve the issue for sure.