Base solution for your next web application
Open Closed

Ajax post error on Chrome 54 #1997


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    dparizek created

    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.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Thanks @dparizek , I hope this helps to @ianmark89.