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
As following this boilerplate, I found this error:
TypeError: schema[parameter].validateAsyncisnotafunctionatvalidate(/home/techrova/Videos/VideoStream/node_modules/express-validation/lib/index.js:18:55)at/home/techrova/Videos/VideoStream/node_modules/express-validation/lib/index.js:26:25atArray.map(<anonymous>)
at /home/techrova/Videos/VideoStream/node_modules/express-validation/lib/index.js:26:8
at Layer.handle [as handle_request] (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/layer.js:95:5)
at next (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/route.js:137:13)
at Route.dispatch (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/route.js:112:3)
at Layer.handle [as handle_request] (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/layer.js:95:5)
at /home/techrova/Videos/VideoStream/node_modules/express/lib/router/index.js:281:22
at Function.process_params (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/index.js:335:12)
at next (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/index.js:275:10)
at Function.handle (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/index.js:174:3)
at router (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/index.js:47:12)
at Layer.handle [as handle_request] (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/index.js:317:13)
at /home/techrova/Videos/VideoStream/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/index.js:335:12)
at next (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/index.js:275:10)
at Function.handle (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/index.js:174:3)
at router (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/index.js:47:12)
at Layer.handle [as handle_request] (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/index.js:317:13)
at /home/techrova/Videos/VideoStream/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/index.js:335:12)
at next (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/index.js:275:10)
at cors (/home/techrova/Videos/VideoStream/node_modules/cors/lib/index.js:188:7)
at /home/techrova/Videos/VideoStream/node_modules/cors/lib/index.js:224:17
at originCallback (/home/techrova/Videos/VideoStream/node_modules/cors/lib/index.js:214:15)
As following this boilerplate, I found this error:
Also here is fix solution
if later this issue still open, I will create a pull request with the fix solution
The text was updated successfully, but these errors were encountered: