worker exception - self hosting
Hi, i am running 0.33.7 version of application on my server, but recently i restared services and since then i am getting exceptions in worker:
ReplyError: NOAUTH Authentication required.
at parseError (/app/node_modules/redis-parser/lib/parser.js:179:12)
at parseType (/app/node_modules/redis-parser/lib/parser.js:302:14) {
command: { name: 'info', args: [] }
}
does someone know what is this about ?3 Replies
It happens after this step
[Nest] 34 - 12/13/2024, 7:27:52 AM LOG ;5;3m[InstanceLoader] AuthModule dependencies initialized
anyone ?Looks like it comes from a node module. Do you still see the error after doing
yarn
?Yes, but i have deleted all docker volumes, and have started all again - it worked eventually