> Does a failed document import stop the rest o...
# community-help
h
Does a failed document import stop the rest of documents from importing? Or does it continue importing the remaining ones?
It continues to import the remaining docs.
Is there any way to check if a document in the collection being
referenced exists before doing the import? As to avoid trying to create
documents in the
membership
collection to documents that don't exist. Is there a better way to handle the errors when importing in production?
We are working on
async_reference
feature that will help in this scenario. When
async_reference: true
would be specified in the field definition, there won't be any strict checking of references and import won't fail.