Connection lost when attempting to upload a new profile picture or cover picture
-
That is what is causing the issue I think. What os and node version are you using?
-
After more testing with both the direct upload and URL upload, I am even more confused. The direct upload is still not working but when I try the URL upload I get different error messages depending on the browser I use. Note the image I am uploading is coming from imgur.com using https and the latest versions of the respective browsers.
-
Chrome: "Unable to upload image due to misconfigured CORS"
-
Edge: "SecurityError"
-
IE 11: "SecurityError"
-
Firefox: "The operation is insecure."
-
Opera: "Unable to upload image due to misconfigured CORS"
The inconsistencies are frustrating, any suggestions on what is causing this?
-
-
I had this problem as well, also impacted image uploading in messages.
First updated to the newest nodebb release (1.11.0) and Node.js stable @ (11.2).
Tried to downgrade Node.js back to (10.12) with no love.
Returned to Node.js stable (11.2), and fixed by simply building sharp locally.
npm install --build-from-source sharp
Cheers
Anjin