On my nodebb instance the settings permit large picture size uploads, but everytime I try to paste a picture in a post I get an error. Same happens when I try and load a moderately large .png file. The error just says error. No details just (error) written after e.g. .....9-image.png](error)
I looked in the logs but no details there either on why it failed. The image posts in this site no problem
It does seem related to the size, as smaller images will load, but both are smaller in memory size than the maximum allowed in ACP
4 Comments
baris@community.nodebb.org · 3 pts · 294d
Did you increase the limit(client_max_body_size) in nginx?
kirilljsx@community.nodebb.org · 2 pts · 292d
By the way, my friend and I have made a plugin for images and other downloads that distributes them into folders. It also converts all images to webp, thereby compressing and saving space.
https://github.com/mysteren/nodebb-plugin-upload-plus
https://www.npmjs.com/package/nodebb-plugin-upload-plus
Есть ли какой-нибудь способ добавить наш плагин к официальным загрузкам?
eeeee@community.nodebb.org · 1 pts · 293d
No I hadn't, what is that limit by default? I had only increased the maximum on the ACP field
baris@community.nodebb.org · 1 pts · 293d
I think nginx default is 1mb