Nodejs Express Failing Directories

NodeJs application works well on local but I get error when I deploy it.

Public repo : GitHub - Cycle-Project/NodeJs: A server-side application written in NodeJs

Hi there,

This sort of issue can often be a casing issue. Linux on Render has a case-sensitive filesystem. First ensure your folder & filename casing matches your code when requiring files.

Hope that helps

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.