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
I can run the express app locally and as a serverless wrapped app with netlify dev, but as soon as I add view engine settings to express, it continues to work locally as a standard express app but no longer works in the serveless form with netlify dev.
Error is: Failed to lookup view "index" in views directory "/views"
I can run the express app locally and as a serverless wrapped app with
netlify dev
, but as soon as I add view engine settings to express, it continues to work locally as a standard express app but no longer works in the serveless form withnetlify dev
.Error is:
Failed to lookup view "index" in views directory "/views"
Here's the file:
https://github.com/matt-peck/netlify-express/blob/master/express/server.js
The text was updated successfully, but these errors were encountered: