-
I'm trying to implement mongoose-id-validator in a NestJS project. When I do, the creation of the object gives me a timeout of more than 5 seconds, both when the IDs are valid and when they are not va…
-
**Describe the bug**
When mutation is used to generate an object and ones query in the subset a relation an error occurs.
1. Use relation for graphql:
@Relation('campaignMetrics', () => CampaignM…
-
I want to use some plugins in mongoose, but the plugins need a 'connection' object. How do I get it?
-
## PROBLEM TO SOLVE AND DETAILS
Currently we have the configuration of the project inside ```src/app.module.ts``` prepared with Mongoose database engine, to improve the structure, scalability and re…
-
There is a way to do this?
https://github.com/nestjs/mongoose/issues/7#issuecomment-591771792
-
When I use RedisModule with forRootAsync method, I can choose connection url.
but, when I add RedisHealthModule, I can't choose connection url.
it just keep trying to connect with 127.0.0.1 addr…
-
Same as `nestjs/mongoose` https://docs.nestjs.com/techniques/mongodb#hooks-middleware
This will allow for something like the following:
```ts
TypegooseModule.forFeatureAsync([
{
// s…
nartc updated
3 years ago
-
I am looking for a lib using mongodb in nestjs (without mongoose).
So my question is how stable is the code base and is it used in a real project?.
I looked at the source code and there is alr…
maku updated
6 months ago
-
Error trace
```
tsc -p tsconfig.build.json
node_modules/@bugsnag/browser/dist/types/bugsnag.d.ts:22:5 - error TS2374: Duplicate string index signature.
22 [key: string]: any;
~~…
-
Hi guys,
Can anyone assist how this can be configured with nestjs-typegoose, since it pretty much wrapped around mongoose.