I m getting this below error to safely create and use uploads folder. How to add the new volume and create the folder with write access.
2025-11-02 05:52:18
App1_enationerp [Storage] Failed to create persistent uploads directory: Error: EACCES: permission denied, mkdir '/mnt/data/corprm/uploads'
at Object.mkdirSync (node:fs:1363:26)
at Object.<anonymous> (/bundle/__ncapphome__/backend/server.js:48:6)
at Module._compile (node:internal/modules/cjs/loader:1706:14)
at Object..js (node:internal/modules/cjs/loader:1839:10)
at Module.load (node:internal/modules/cjs/loader:1441:32)
at Function._load (node:internal/modules/cjs/loader:1263:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5)
at node:internal/main/run_main_module:36:49 {
errno: -13,
code: 'EACCES',
syscall: 'mkdir',
path: '/mnt/data/corprm/uploads'
}
Regards
Keerthi