[nodebb-plugin-storj-upload] Storj Upload
-
I'll try to look in that direction in the meantime.
-
Ok better now with nginx directive. Thanks @baris
not error directly : This time, I have uploaded 100% popup display and this error popup after few times with 500 error in browser console :
NodeBB Log :
2023-09-13T20:46:04.018Z [4567/1483037] - [31merror[39m: nodebb-plugin-storj-upload :: read ECONNRESET 2023-09-13T20:46:49.745Z [4567/1483037] - [31merror[39m: nodebb-plugin-storj-upload :: read ECONNRESET 2023-09-13T20:48:19.859Z [4567/1483037] - [31merror[39m: nodebb-plugin-storj-upload :: read ECONNRESET
-
Yes @brazzerstop , it works with a gif which is a smaller size, but that's not really what I'm looking for.
I wanted to specifically upload a larger gif because I couldn't make it smaller. Which doesn't seem to work.
I have currently hosted this gif on IMGBB without problems but it's a shame to not take advantage of the plugin and StorJ.
-
@DownPW said in [nodebb-plugin-storj-upload] Storj Upload:
Yes @brazzerstop , it works with a gif which is a smaller size, but that's not really what I'm looking for.
If you can upload GIF with small size, this is a problem with you're default config nginx, I mean limit size like
client_max_body_size
(don't forget restart nginx after change config)If you need allow file size 100000 KB - 100 MB, try set
client_max_body_size
to150M
or200M
-
Baris already tell me to add this, see post above
client_max_body_size 6M;
And of course reload/restart