Closed shogothpl closed 5 years ago
Hey @shogothpl !
Could you please provide the following information:
Hi @inlife
I've built the system that catches the rendering requests from other server (send by POST) and then the json with job is being amended and send to nexrender. Everything works perfectly fine except the situation when the assets files (f.i. mov) with file size over 1GB are generating Internal Server Error 500. The npm version is: 6.4.1.
i assume its related to file size limitations for http requests handled by http server which is serving assets is it being run by you? have you checked ability to download an asset directly using your browser?
P.S. i would recommend to switch to version 1.x
I think my server has the limitation. Thank you for your help.
Hi, First of all I'd like to thank you for the fantastic job you've done.
I have the issue with assets files larger than 1GB - the server crashes with Internal Server Error 500. Do you know how to deal with this issue?
Thanks for help in advance.