Closed kmikodev closed 1 year ago
It is working fine with simple cases so probably there are additional things that makes this not working
Send an example of your pymongo documents that is failing + your actual Model/Document definition, there has to be some mismatches between the two.
Steps to Reproduce:
Expected Behavior: The attribute 'woocomerce_id' should be accessible using the MongoEngine model 'Orders'.
Actual Behavior: Attempting to access 'woocomerce_id' using the MongoEngine model 'Orders' results in the mentioned error.
Additional Information:
Environment:
Code Snippets: