Hi Team,
I have installed the latest version of UX, yet the page throws the error shown below.
I checked the apliqo-api container and found the error log as follows:
Error: ENOENT: no such file or directory, open 'license/trial.info'
at async open (node:internal/fs/promises:697:25)
at async Object.readFile (node:internal/fs/promises:1348:14)
at async FreeLicenseService.getFreeTrailExpirationDate (/usr/src/app/dist/main.js:1:567614)
at async FreeLicenseService.getLicense (/usr/src/app/dist/main.js:1:567211)
at async GetLicenseStateQueryHandler.execute (/usr/src/app/dist/main.js:1:595009)
at async QueryBus.execute (/usr/src/app/node_modules/@nestjs/cqrs/dist/query-bus.js:70:17) {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: 'license/trial.info'
}
I have already run the following commands:
chmod -R a+rX .
chown -R 1001:1001 ./license ./storage
Then I restarted all containers, but the same error persists.
Could you advise what additional configurations are required?

