You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@b1ron did you create oplog collection manually? Something like db.createCollection("oplog.rs", {capped: true, size: 1024000}). FerretDB doesn't create oplog collection automatically, so you can see this error in case oplog was created as a regular collection, not a capped collection.
Refs FerretDB/FerretDB/pull/3925
One just times out and one returns
$natural sort for non-capped collection is not supported.
Needs more investigation.
Tasks
The text was updated successfully, but these errors were encountered: