- Tutorials >
- Common Errors
Common Errors¶
Mongoid/Moped Authentication Error: failed with error 13¶
If you are encountering the following error:
This error is caused by Moped, a Ruby driver that is no longer in use by Mongoid. Upgrading to Mongoid 5+ should fix this issue.
You can find more information about this issue here: MONGOID-4067.