Hi there,
I have been facing with this issue with my meteor instance.
After running the server for one day with some average level of reads and writes, the server starts to throw this error while saving something:
Mongo error: Exception in queued task: MongoError: Can't canonicalize query: BadValue bad sort specification
If I restart the server, the issue is gone. This happens in production environment. Haven't seen in dev env. The thing is that I tried to host mongo instance in the same machine as app server and also in another machine, the problem still occurs in both conditions. Changing the mongo provider does not really help. I think this is a meteor related issue.
Do you have any idea how to solve this?
Here is the bug related to this topic: https://github.com/meteor/meteor/issues/3414
Thanks.
On Jan 16, 2015, at 02:45, Hakan Uysal <hakanuy...@gmail.com> wrote:Mongo error: Exception in queued task: MongoError: Can't canonicalize query: BadValue bad sort specification