Handbrake-web working for anyone?

The worker node seems to have a problem:

Error: EACCES: permission denied, mkdir '/data/log'
    at Object.mkdirSync (node:fs:1360:26)
    at File._createLogDirIfNotExist (/handbrake-web/worker/node_modules/winston/lib/winston/transports/file.js:759:10)
    at new File (/handbrake-web/worker/node_modules/winston/lib/winston/transports/file.js:94:28)
    at createJobLogger (/handbrake-web/worker/src/scripts/logging.ts:133:4)
    at StartTranscode (/handbrake-web/worker/src/scripts/transcode.ts:64:21) {
  errno: -13,
  code: 'EACCES',
  syscall: 'mkdir',
  path: '/data/log'
}

When I go into the container as root, I am also unable to run “mkdir /data/log”.

I have the same Problem. It seems to be an permission issue but I already enabled acl in the App. It probably works when you let the system create its own path but then you don’t have access via your normal share.

Did your issue get resolve? I have same issue. I have proper permission but still that log issue

I still have the Problem. I reset all permissions and tried do do it properly but still have the problem

Also have this issue.

I set up a new user ID for handbrake and added it to an existing group which has access to media files.

Running into the same issue as mentioned above. When checking permissions in the container, it seems like the /data directory is owned by “node”, all the other directories are owned by root so perhaps that is a bug?..

I tried to change permissions but even as root/node I am not able to make changes to ownership which is quite frustrating…

root@59035cf5edfd:/handbrake-web/worker# chown root:root -R /data
chown: changing ownership of '/data': Operation not permitted

Sadly, handbrake web is unusable for me in this state.