I upgraded from v33 to v34 this morning. But running npm run dev gives now: Error: Can not create query syntax schema for property 'tags'. Only types string, number, integer, boolean, null are allowed.
Sorry about that, this error has been fixed in 5.0.0-pre.35 that I just published. One thing worth noting that $in will only work with array values in MongoDB.
I upgraded from v33 to v34 this morning. But running
npm run dev
gives now:Error: Can not create query syntax schema for property 'tags'. Only types string, number, integer, boolean, null are allowed.
This worked ok in v33 In my schema:
I tried but this did not help: