NodeBB version: 1.10.2
MongoDB version: 4.0.4
When I attempt to change either my profile pic or cover pic our forums responds with "Looks like your connection *** was lost, please wait while we try to reconnect." Which seems strange as every other aspect of the forums is working fine.
The exact errors being thrown in the browser console are as follows (this appears twice, I assume the forums attempts twice before giving up):
socket.io.js:7 GET https://forums.WEBSITE.com/socket.io/?EIO=3&transport=polling&t=MT_KUlp 503 (Service Unavailable)
o.create @ socket.io.js:7
o @ socket.io.js:7
r.request @ socket.io.js:7
r.doPoll @ socket.io.js:7
i.poll @ socket.io.js:7
i.doOpen @ socket.io.js:7
i.open @ socket.io.js:7
i.open @ socket.io.js:6
i @ socket.io.js:6
i @ socket.io.js:6
i.open.i.connect @ socket.io.js:6
(anonymous) @ socket.io.js:6
setTimeout (async)
i.reconnect @ socket.io.js:6
i.onclose @ socket.io.js:6
(anonymous) @ socket.io.js:7
i.emit @ socket.io.js:6
i.onClose @ socket.io.js:6
(anonymous) @ socket.io.js:6
i.emit @ socket.io.js:6
i.onClose @ socket.io.js:7
i.onClose @ socket.io.js:7
ws.onclose @ socket.io.js:7
Is this an issue with our configuration of the forum software or is it a known issue? Note, I've tried using various image formats and made sure they were well within the file size limit. The logs and errors pages do not show any issues.