I have a problem

I want to host a website with node.js but have have this problem: Error: ENOENT: no such file or directory, stat ‘/opt/render/project/src/views/landingPage.html’
I dont know how to solve this problem
my git repo: GitHub - slodkiadrianek/GRADE

Hi,

The file in your repo appears to have a different name landing_page.html: https://github.com/slodkiadrianek/GRADE/blob/main/views/landing_page.html

Also, be aware that Render Native Runtimes use Linux with a case-sensitive filesystem. So file references in your code need to match the casing of the file path exactly.

Alan