Error code: 72005 - Ingress invalid pipeline

This error means that the MongoDB change stream could not be started due to an invalid pipeline. This might be caused by using unrecognized operators or incorrect syntax within the pipeline.

Solving this error:

Review the pipeline syntax for accuracy and ensure all operators are valid and correctly formatted. Adjust the pipeline to match MongoDB's accepted structure and syntax guidelines.

If you still require help, reach out to the support team and we will be happy to assist.