-
Hey there,
I tried to lift this project up on heroku, but it did not work.
The app will crash, claiming the error 'TypeError: OAuth2Strategy requires a clientID option'.
I have no idea what to do…
-
I'm missing a way to access the DB connection information inside the `up` and `down` functions in migrations.
When using the CLI tool there are several ways to pass connection information (db uri):…
-
Is there any plan use $jsonSchema for schema validation since MongoDB now supports it out of the box?
-
Hi,
```
const CourseSchema = new Schema({
title: {
type: String,
required: true
},
videos: [VideoSchema],
});
CourseSchema.plugin(URLSlugs('title');
const Course = mongoose…
-
When I upgrade to version 9.0
The relay plugin throw error
```
throw new Error(`ObjectTypeComposer(${tc.getTypeName()}) should have recordIdFn. ` + 'This function returns ID from provided object.')…
-
I am trying to use this library with the connection that is already created in my project, but it doesn't work.
```
MongooseError: Operation `historyLogs.insertOne()` buffering timed out after 1000…
-
Node Version:v14.16.0
Egg Version:v2.29.3
Plugin Name:
"egg-mongoose": "^3.3.1",
Plugin Version:
Platform: Mac os
在app/schedule下新建task.js文件,保存后只会执行一次,无法多次执行。
代码如下:
```js
const Subscriptio…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the issue
I am using transformer-plugin as instructed from the documentation with,
- NestJS
- TypeO…
-
**Is your feature request related to a problem? Please describe.**
The typescript snipet provided on readme is confuse and I was no able to make it work properly
**Describe the solution you'd lik…
-
Changelog for Sinon: https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md
The following is the error that appears when running the built-in tests after bumping Sinon in the dev dependency list…