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