My repo is set to public. Try that and redeploy.
[775170]
My repo is set to public. Try that and redeploy.
[775170]
stiill throws me an error:
Node.js v18.14.0
node:internal/fs/utils:347
throw err;
^
Error: ENOENT: no such file or directory, open '/app/resources/default-settings.yaml'
at Object.openSync (node:fs:600:3)
at Object.readFileSync (node:fs:468:35)
at SettingsStatic.loadAndParseYamlFile (/app/src/utils/settings.js:27:57)
at SettingsStatic.loadSettings (/app/src/utils/settings.js:53:39)
at App.createSettings [as settings] (/app/src/utils/settings.js:72:41)
at App.run (/app/src/app/app.js:34:31)
at Object.
at Module._compile (node:internal/modules/cjs/loader:1226:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1280:10)
at Module.load (node:internal/modules/cjs/loader:1089:32) {
errno: -2,
syscall: 'open',
code: 'ENOENT',
path: '/app/resources/default-settings.yaml'
}
Node.js v18.14.0
Ah yes. #[5] is working on it, due to his latest update. He will let us know once he tests it himself. I am on the previous version (i can't update yet). He is aware of the issue.
[775170]