Hi,
Am I running the command below with the Realm SDK:
const mongo = app.currentUser.mongoClient(“mongodb-atlas”).db(db).collection(collection);
const result = await mongo.deleteMany({});
The problem is, if there are too many documents, I get the following error: The user aborted a request.
How to solve this?