Firestore Full Sync - Data import failed

Hello,

I tried to sync a database but the process failed. There is a quite significant amount of records in the database, so as it was suggested, I am trying to connect with Firebase using Full Sync. It worked with a direct connection.

Here is the end of the logs.

[WORKER] 25.05.2023, 06:33:18 [LOG] Fetching records from [collection name]…
[WORKER] 25.05.2023, 06:33:18 [LOG] Records are fetched
[WORKER] 25.05.2023, 06:33:18 [LOG] Fetching records from [collection name]…
[WORKER] 25.05.2023, 06:33:19 [LOG] Records are fetched
[WORKER] 25.05.2023, 06:33:19 [LOG] Fetching records from [collection name]…

No details of the error are displayed. The process stops at a collection that is most complex and stores much more data than others. This collection stores the progresses of the users.

I also have a problem when I try to look into the same collection with Direct Connection

Hey I’m running into the same problem when I try to add my firestore database to jetadmin for the first time. Here’s my error logs:

[WORKER] 25.06.2024, 17:40:09 [ERROR] TooLongTaskError

[WORKER] 25.06.2024, 17:40:09 [ERROR] Error: TooLongTaskError
at FirebaseResourceSyncService.checkTaskStop (/app/dist/apps/worker/worker.js:6226:19)
at FirebaseResourceSyncService.syncStructure (/app/dist/apps/worker/worker.js:6342:26)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async SyncStructureTaskAPIController.syncStructureTask (/app/dist/apps/worker/worker.js:11453:32)
at async /app/node_modules/@nestjs/microservices/context/rpc-proxy.js:11:32
at async ServerRMQ.handleEvent (/app/node_modules/@nestjs/microservices/server/server.js:71:32)
[WORKER] 25.06.2024, 17:40:09 [LOG] Database connection is closed

Does anybody know a way around this? I won’t be able to use Jet Admin if I can’t sync my firebase app with it.