You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Cannot set uncompiled validation rules without configuring a validator
at new module.exports (/application/node_modules/@hapi/hapi/node_modules/@hapi/hoek/lib/error.js:23:19)
at Object.module.exports [as assert] (/application/node_modules/@hapi/hapi/node_modules/@hapi/hoek/lib/assert.js:20:11)
at Object.exports.compile (/application/node_modules/@hapi/hapi/lib/validation.js:48:10)
at module.exports.internals.Route._setupValidation (/application/node_modules/@hapi/hapi/lib/route.js:197:43)
at new module.exports.internals.Route (/application/node_modules/@hapi/hapi/lib/route.js:122:14)
at internals.Server._addRoute (/application/node_modules/@hapi/hapi/lib/server.js:498:23)
at internals.Server.route (/application/node_modules/@hapi/hapi/lib/server.js:491:22)
at Object.register (/application/node_modules/hapi-openapi/lib/index.js:171:16)
at async internals.Server.register (/application/node_modules/@hapi/hapi/lib/server.js:466:17)
at async Object.exports.compose (/application/node_modules/@hapi/glue/lib/index.js:46:9)
The text was updated successfully, but these errors were encountered:
The latest version of Hapi requires a Validator to be configured as per this issue for this release.
The issue can be replicated by removing the hapi-openapi plugin which allows the server to start
plugin-hapi-openapi
Manifest for Glue.compose
Error Stack
The text was updated successfully, but these errors were encountered: