Failed to lookup view "/pages/auth" in views directory "/home/devenock/Desktop/Node/authentication/views"
This happens when i try to refresh my browser after running the server in my Nodejs application.
Error: Failed to lookup view "/pages/auth" in views directory "/home/devenock/Desktop/Node/authentication/views" at Function.render (/home/devenock/Desktop/Node/authentication/node_modules/express/lib/application.js:580:17) at ServerResponse.render (/home/devenock/Desktop/Node/authentication/node_modules/express/lib/response.js:1012:7) at /home/devenock/Desktop/Node/authentication/index.js:16:9 at Layer.handle [as handle_request] (/home/devenock/Desktop/Node/authentication/node_modules/express/lib/router/layer.js:95:5) at next (/home/devenock/Desktop/Node/authentication/node_modules/express/lib/router/route.js:137:13) at Route.dispatch (/home/devenock/Desktop/Node/authentication/node_modules/express/lib/router/route.js:112:3) at Layer.handle [as handle_request] (/home/devenock/Desktop/Node/authentication/node_modules/express/lib/router/layer.js:95:5) at /home/devenock/Desktop/Node/authentication/node_modules/express/lib/router/index.js:281:22 at Function.process_params (/home/devenock/Desktop/Node/authentication/node_modules/express/lib/router/index.js:335:12) at next (/home/devenock/Desktop/Node/authentication/node_modules/express/lib/router/index.js:275:10)
Any quick fix for this.