small number of avatar uploads rejected for >1MB size #148
Comments
|
jrgm to increase limit for investigation. |
|
jrgm noted that the browser is not actually receiving the 413 error although nginx is sending it. The browser will need to see the 413 in order for us to give better messaging. |
|
I... what? 413 is being sent, but not the browser isn't receiving it? How can that be? |
|
This was assigned to me and put in now, but I don't see what the specific action is... |
|
Is there any further action required on this bug once #158 lands? If not, I suggest we just close it out in favour of the more action-oriented one. |
|
@rfk it seems this issue is to find out why avatars are being rejected. so next steps are likely to increase the maxSize in production a little, and then monitor if the errors go away, etc. |
|
IIUC the next action here is to confirm whether train-48 deployment helped the situation any |
|
this is fixed |
STR
netpbmto generate an uncompressible png (white noise)rawtoppm < /dev/urandom > rnd.ppm; pnmtopng < rnd.ppm > rnd.pngrnd.pngas your avatarExpected: the server will return 'HTTP/1.1 413 Request Entity Too Large'; reflect that to the user in the UI
Actual: Fx network console doesn't show an HTTP response to the /v1/avatar/upload request; the UI shows 'System unavailable, try again soon'.
The text was updated successfully, but these errors were encountered: