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
Error: EACCES: permission denied, mkdir 'user/uploads'
at mkdirSync (node:fs:1391:3)
at mkDirAndCopy (node:internal/fs/cp/cp-sync:268:3)
at onDir (node:internal/fs/cp/cp-sync:263:25)
at getStats (node:internal/fs/cp/cp-sync:167:12)
at copyDir (node:internal/fs/cp/cp-sync:284:21)
at onDir (node:internal/fs/cp/cp-sync:264:10)
at cpSyncFn (node:internal/fs/cp/cp-sync:61:10)
at checkParentDir (node:internal/fs/cp/cp-sync:159:10)
at Object.cpSync (node:fs:3020:3) {
errno: -13,
syscall: 'mkdir',
path: 'user/uploads'
code: 'EACCES',
}
Expected Behavior
Shoudl start and create config
Steps To Reproduce
Install bot through portainer stack on latest version
Experience Error
Environment
Docker (swarm) Latest
Anything else?
No response
The text was updated successfully, but these errors were encountered:
@alf1e as a temporary workaround, you can remove (or comment out) the volume that is mounted at ./user. Currently, no data is stored in the folder, only configuration files that are generated when the container is first created.
Is there an existing issue for this?
Current Behavior
Experiencing error when starting for first time.
Expected Behavior
Shoudl start and create config
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: