I just signed up for a mongodb.com free tier account.
I installed your server and tried to connect to this DB, but nothing was working.. and it was displaying error messages.
400 Bad Request
MongoError: can't get regex from filter doc Error parsing value [{$not [{$regex {"pattern": "system.+$", "options": ""}}]}] to RegEx: Must specify $regex field
I don't know if this cloud service is a special case.. but I just wanted to make a PSA about this issue.
Would it be worth considering a cli option to prevent using this regex filter?
ex: mongo-gui --all-collections -p 80 -u ...
Hi. Great project!
I just signed up for a mongodb.com free tier account. I installed your server and tried to connect to this DB, but nothing was working.. and it was displaying error messages.
The network tab showed that this request:
was returning:
This regex pattern is used in two places:
In both cases, I replaced:
with:
..and now the server works properly.
I don't know if this cloud service is a special case.. but I just wanted to make a PSA about this issue. Would it be worth considering a cli option to prevent using this regex filter? ex:
mongo-gui --all-collections -p 80 -u ...