FeathersJs $populate broke? #2375
Unanswered
alexjs-dev
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You now need to whitelist the $populate operator in the service options. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a custom populate before hook for some of my services
It used to work perfectly fine, resolving my userId like
part of the service's Mongoose schema
After I added mongoose-fuzzy-searching everything was working fine, but I updated my packages.json (also removed mongoose-fuzzy-searching) now all my populate fields resolve in something like
My package.json
Any idea what could break it? I'm guessing some package got updated and it broke everything down.. Because I used faker to see data, now it's spamming me with deprecated functions warnings.
Beta Was this translation helpful? Give feedback.
All reactions