madhukudala
madhukudala
 I got the same issue. Because of this issue, I am unable to update the angular version from 10 to 11. Is there any solution to fix this?
@SourceR85 Thank you for your reply. We already divided the general data into the separate master database. Our application DB contains only the project(s) information. As per your suggestion if...
@SourceR85 Let me try this idea and will update you on the results.
@SourceR85 The solution which you suggested is working fine. We did the changes but need to test the impact points. I will let you know if there are any issues...
@SourceR85 We noticed a strange issue while doing this change see the below image. Whenever we start the replication it was hitting the changes API and takes too much time...
@SourceR85 After replication start pouchdb sending the first request as  Below is our replication code `this.applicationFromSyncProjectsHandler = PouchDB.replicate .from(remoteDB, { retry: true, live: true, selector: {"projectNumber":"XYZ"}, batch_size: 500 })`...
@SourceR85 I don't think that the problem is with retry and live options. I am thinking that when there is no checkpoint for the first time in the source and...
Any suggestions from core team of pouchdb or other team who are using pouchdb?
As we haven't find why it is happening we moved to individual db for individual project by removing filtered replication. So closing this issue as there is no response since...