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",
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
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.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
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.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Thanks @dparizek , I hope this helps to @ianmark89.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)