xxxxxxxxxx
app.get("/", (req, res) => {
res.render("index.ejs");
});
xxxxxxxxxx
Be sure the directory is correct in your code like:
"./directory/index.html".
xxxxxxxxxx
a. Angular Live Development Server is not running, or
b. Check Angular Live Development Server for compilation errors.