0
ianmark89 created
After upgrading chrome to the latest version (54), I've got error when call app services to postback to server. Other browser is fine.
"details": "The following errors were detected during validation.\r\n - input is null!\r\n",
3 Answer(s)
-
0
Hi,
Can you share a screenshot of your browser's developer console with request details ? I have the Chrome v 54.0.2840.99 m but couldn't reproduce the problem.
-
0
I saw this issue and it turned out because I failed to put empty object in request body. i.e. - put {} only in request body.
-
0
Thanks @dparizek , I hope this helps to @ianmark89.