TwentyT
Twenty8mo ago
17 replies
Sebastian

✅ Accounts not syncing [CRON stopped]

Users are complaining that they don't see new companies appearing. This started to happen on version v0.50 in production. I've tried to upgrade our testing instance to v0.52, but that didn't help. Users still can't see new companies in testing on version v0.50. The only repeating error I see in the logs is:
server-1  | Computing new Datasource for cacheKey: 81faddf5-64e9-4321-aac5-66837683bc11-27 out of 0
server-1  | Exception Captured
server-1  |   { user: undefined, workspace: undefined }
server-1  |   [
server-1  |     FileException [Error]: File not found
server-1  |         at FileController.getFile (/app/packages/twenty-server/dist/src/engine/core-modules/file/controllers/file.controller.js:49:23)
server-1  |         at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
server-1  |       code: 'FILE_NOT_FOUND'
server-1  |     }
server-1  |   ]


where should I start digging?
Was this page helpful?