INTERNAL_SERVER_ERROR, when I self host docker compose, sync data is fail, maybe this error .

Exception Captured { operation: { name: 'GetCurrentUser', type: 'query' }, document: 'query GetCurrentUser {\n' + ' currentUser {\n' + ' ...UserQueryFragment\n' + ' __typename\n' + ' }\n' + '}\n' +  '\n' + 'fragment UserQueryFragment on User {\n' + ' id\n' + ' firstName\n' + ' lastName\n' + ' email\n' + ' canImpersonate\n' + ' supportUserHash\n' + [ ForbiddenException: Forbidden resource at canActivateFn (/app/node_modules/@nestjs/core/helpers/external-context-creator.js:157:23) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async target (/app/node_modules/@nestjs/core/helpers/external-context-creator.js:73:31) at async Object.currentUser (/app/node_modules/@nestjs/core/helpers/external-proxy.js:9:24)
4 Replies
ɃØĦɆᵾS
ɃØĦɆᵾS8mo ago
@HoangNguyeen this error, while it appears, is completely normal as it shows that not logged user tries to access workspace unathorized, what exactly is problem you've found and what did you do prior to this?
HoangNguyeen
HoangNguyeenOP8mo ago
@bob thanks your reply, I sync data , it's still importing . Then maybe 10 hours , it notificate sync failed Error: Missing lock for job repeat:62bc6be4740736abcf757f736ea6db10:1737434520000. failed at Job.moveToFailed (/app/node_modules/bullmq/dist/cjs/classes/job.js:427:32) at async handleFailed (/app/node_modules/bullmq/dist/cjs/classes/worker.js:379:21) at async Worker.retryIfFailed (/app/node_modules/bullmq/dist/cjs/classes/worker.js:581:24) I see this error
ɃØĦɆᵾS
ɃØĦɆᵾS8mo ago
@Weiko could you help?
Raph
Raph8mo ago
@HoangNguyeen I'm not sure how large the job is, but what is your lockDuration var set to? That job just might require more time. I think the default is 30 seconds.

Did you find this page helpful?