skip to Main Content

Javascript – Error: Failed to lookup view "Cannot read properties of undefined (reading 'filename')" in views directory "./views"

Having trouble with the following code: const app = express(); app.set("views", "./views") Error: Failed to lookup view "Cannot read properties of undefined (reading 'filename')" in views directory "./views" at Function.render (E:pmukeshchat_appnode_modulesexpresslibapplication.js:597:17) at ServerResponse.render (E:pmukeshchat_appnode_modulesexpresslibresponse.js:1039:7) at registerLoad (E:pmukeshchat_appcontrollersuserController.js:13:13) at Layer.handle [as…

VIEW QUESTION
Back To Top
Search