-
I'm getting errors like this one when trying to update encrypted documents after upgrading to Mongoose 6:
> MongoServerError: Updating the path 'subdocs' would create a conflict at 'subdocs'
The…
-
Hello,
When trying to run Nuxt app, I get following error message:
This module cannot be imported in server runtime. [importing @nuxt/kit from node_modules/nuxt-server-utils/dist/runtime/server/pl…
-
I'm using a useFactory to register mongoose-sequence plugin for my Schema, but it doesn't work because of @type check.
user.module.ts.
```
import { Module } from '@nestjs/common';
import { …
-
When I use autopopulate to populate a virtual field that use the match option it works fine when I pass an object but doesn't work when I pass a function.
The bug only appears when I use autopopulate…
-
I have use this package in my project to provide autoincrement by 1 every time a new records come in. But somehow I can see that the increment is not consistence like id 10 to id 13 to id 14 to id 17 …
-
Problem:
It is stated that we can use multiple history collections or one shared collection for the history schemas. However, it is not possible to use a shared collection to hold the history of more…
-
Getting the following error:
```
TypeError: undefined is not a function
at EmbeddedDocument. (/home/sharry/Development/Projects/site/node_modules/monguurl/lib/monguurl.js:40:12)
at _next (/ho…
-
If I use the plugin as is, I get a warning:
```
DeprecationWarning: Mongoose: mpromise (mongoose's default promise library) is deprecated,
plug in your own promise library instead: http://mongoo…
-
I have not used this plugin yet but I am planning to. My questions:
1. If I put all my models into a single file and name it `models.ts`, then put it directly into `server` folder, **in place of** `m…
-
Hi...
In your code you expect a "mongoose connection" but internally you use mongoose module to create the schema, that makes problems with other plugins.
Can you please use the same mongoose co…