Results 4 comments of IskanderMustafin

If I understand correctly, in case of using aggregation framework we lose all Mongoose features, like methods, virtuals, post/pre hooks etc, because returned result is raw object, not wrapped by...

Same here. ``` yarn --version 1.21.1 node --version v12.9.0 ```

Experiencing same error during SSR. I think root of the problem in webpack's config: `libraryTarget: 'umd'`. Probably need to change to: `libraryTarget: 'commonjs'`

Found another weird thing. If i put into redirects section this rule: ``` { source: '/search', destination: '/search/all', permanent: true, }, ``` and try to access to `/en/search`, then it...