Got this error when trying to upload an image using Imgur, pretty sure I set the allowed size to be bigger than this image (other are fine). Even so, shouldn't I get an appropriate message about file size being too large? Or maybe this is related to the dimensions?
Uncaught (in promise)
{…}
​
alert: Object { type: "error", content: (1) […], controls: false }
​
options: Object { method: "POST", url: "https://talkie.vn/api/fof/upload", background: true, … }
​
response: null
​
responseText: "<html>\r\n<head><title>413 Request Entity Too Large</title></head>\r\n<body>\r\n<center><h1>413 Request Entity Too Large</h1></center>\r\n<hr><center>nginx/1.18.0 (Ubuntu)</center>\r\n</body>\r\n</html>\r\n"
​
status: 413
​
xhr: XMLHttpRequest { readyState: 4, timeout: 0, withCredentials: false, … }
​
<prototype>: Object { … }