We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rest-api | (node:56) UnhandledPromiseRejectionWarning: ValidationError: device validation failed: outputType: Path outputType is required. rest-api | at new ValidationError (/usr/app/node_modules/mongoose/lib/error/validation.js:30:11) rest-api | at model.Document.invalidate (/usr/app/node_modules/mongoose/lib/document.js:2334:32) rest-api | at p.doValidate.skipSchemaValidators (/usr/app/node_modules/mongoose/lib/document.js:2183:17) rest-api | at /usr/app/node_modules/mongoose/lib/schematype.js:1037:9 rest-api | at processTicksAndRejections (internal/process/task_queues.js:79:11)
outputType
The text was updated successfully, but these errors were encountered:
No branches or pull requests
rest-api | (node:56) UnhandledPromiseRejectionWarning: ValidationError: device validation failed: outputType: Path
outputType
is required.rest-api | at new ValidationError (/usr/app/node_modules/mongoose/lib/error/validation.js:30:11)
rest-api | at model.Document.invalidate (/usr/app/node_modules/mongoose/lib/document.js:2334:32)
rest-api | at p.doValidate.skipSchemaValidators (/usr/app/node_modules/mongoose/lib/document.js:2183:17)
rest-api | at /usr/app/node_modules/mongoose/lib/schematype.js:1037:9
rest-api | at processTicksAndRejections (internal/process/task_queues.js:79:11)
The text was updated successfully, but these errors were encountered: