I get this reference error from ejs. Path not found, meanwhile I have the file in my includes folder. When I change navigation.ejs to a different file (let's say end.ejs) I don't get the error.
importing navigation.ejs in the body tag.
введите описание изображения здесь
включает папку.
Ваш путь неверен. Сначала вам нужно перейти в каталог вверх:
<%- include('./../includes/navigation.ejs') %>
Путь к объекту не был включен в метод рендеринга. Поэтому при переходе по неизвестному URL-адресу происходит ошибка.
It errors out here because the path was not included to the object in the render method. введите описание изображения здесь