Hey, when I try to upload files I get this error
ubuntu@ubuntu:~/mydrive$ docker logs mydrive
mydrive@4.0.2 start
NODE_ENV=production node dist-backend/server/server-start.js
ENV production
Http Server (No-SSL) Running On Port: 4000
(node:18) NOTE: The AWS SDK for JavaScript (v2) is in maintenance mode.
SDK releases are limited to address critical bug fixes and security issues only.
Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the blog post at https://a.co/cUPnyil
(Use node --trace-warnings ... to show where the warning was created)
Express route error: [Error: ENOENT: no such file or directory, open '/mnt/hgfs/ubuntuXcloud/mydrive/41627114-b85b-4d85-8343-c45010634595'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/mnt/hgfs/ubuntuXcloud/mydrive/41627114-b85b-4d85-8343-c45010634595'
}
I tried everything, changing paths in the .env files and docker-compose.yml file and nothing works, keeps showing this error all the time like a stubborn child.
/mnt/hgfs/ubuntuXcloud/mydrive/ is a shared folder (running docker in ubuntu vm with host windows)
Everything has full access to this shared folder and the os itself and other docker containers can access it (for example immich)
Hey, when I try to upload files I get this error
ubuntu@ubuntu:~/mydrive$ docker logs mydrive
ENV production
Http Server (No-SSL) Running On Port: 4000
(node:18) NOTE: The AWS SDK for JavaScript (v2) is in maintenance mode.
SDK releases are limited to address critical bug fixes and security issues only.
Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the blog post at https://a.co/cUPnyil
(Use
node --trace-warnings ...to show where the warning was created)Express route error: [Error: ENOENT: no such file or directory, open '/mnt/hgfs/ubuntuXcloud/mydrive/41627114-b85b-4d85-8343-c45010634595'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/mnt/hgfs/ubuntuXcloud/mydrive/41627114-b85b-4d85-8343-c45010634595'
}
I tried everything, changing paths in the .env files and docker-compose.yml file and nothing works, keeps showing this error all the time like a stubborn child.
/mnt/hgfs/ubuntuXcloud/mydrive/ is a shared folder (running docker in ubuntu vm with host windows)
Everything has full access to this shared folder and the os itself and other docker containers can access it (for example immich)