Atlas freezes while importing json data to collection


The window does not respond while trying to import json data to collection. The data volume is not as issue as I tried adding the data individually to get the same result. Please help me resolve this asap.

Thanks!

@Anupam_Ghosal when you inserted the documents individually, were you using the default ObjectID on the document, or the same ObjectIDs shown in the screenshot? I was able to reproduce your error using invalid ObjectIDs, but this functionality worked as expected when I used valid ObjectIDs.

We’ll work to make our error messaging here more clear but in the meantime, you may consider uploading bulk data from a JSON file using either MongoDB Compass or mongoimport. Please do post here if you are able to otherwise resolve this issue.