I opened a ticket, but figured I'd ask here in case the community has any answers since it's the weekend.
Client can't upload files/images from their django application.
unit.log reads:
This issue only occurred after migrating to DirectAdmin/Unit.
Closest answer I could find was this:
But I'm at a loss on if this would apply, or where the files are located with DirectAdmin
Client can't upload files/images from their django application.
unit.log reads:
2021/12/11 21:37:01 [alert] 817#882 *21 mkstemp(/usr/tmp/req-XXP6jxDX) failed (2: No such file or directory)
This issue only occurred after migrating to DirectAdmin/Unit.
Closest answer I could find was this:
Nginx - Unable to upload files to /tmp
I'm unable to upload files to /tmp using Nginx, php-fpm and Ubuntu 18.04. When the application tries to upload to /tmp/upload, it looks like nothing actually happens and no attempt to upload to that
stackoverflow.com