You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything seems to be working fine but the uploads stop at about a third of the process and I receive this error:
Timestamp=1735581676487000000 Logger=FirefoxSend Type=uncaughtException Severity=0 Pid=1 EnvVersion=2.0 Fields={"error":"Error: EACCES: permission denied, unlink '/uploads/14-5ad94595f26438cd'","stack":"\n at Object.unlinkSync (node:fs:1718:3)\n at WriteStream.<anonymous> (/app/server/storage/fs.js:34:12)\n at WriteStream.emit (node:events:402:35)\n at WriteStream.emit (node:domain:475:12)\n at emitErrorNT (node:internal/streams/destroy:157:8)\n at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)"}
It's running vie docker-compose and Portainer on my Synology NAS
I thought it might be a volume issue but I've tried mounting it directly in the compose and via NFS and neither is working.
Everything seems to be working fine but the uploads stop at about a third of the process and I receive this error:
Timestamp=1735581676487000000 Logger=FirefoxSend Type=uncaughtException Severity=0 Pid=1 EnvVersion=2.0 Fields={"error":"Error: EACCES: permission denied, unlink '/uploads/14-5ad94595f26438cd'","stack":"\n at Object.unlinkSync (node:fs:1718:3)\n at WriteStream.<anonymous> (/app/server/storage/fs.js:34:12)\n at WriteStream.emit (node:events:402:35)\n at WriteStream.emit (node:domain:475:12)\n at emitErrorNT (node:internal/streams/destroy:157:8)\n at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)"}
It's running vie docker-compose and Portainer on my Synology NAS
I thought it might be a volume issue but I've tried mounting it directly in the compose and via NFS and neither is working.
Anyone has ideas what is causing this?
My docker-compose:
And the envs:
The text was updated successfully, but these errors were encountered: