SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same error at first and i was really annoyed. you just need to have ./ before the path to the template
./
res.render('./index/index');
Hope it works, worked for me.