Error: Cannot find module './filesystem'

issue:

can anybody please help me figure out where is the issue

Hi,

Maybe it’s a casing issue? Render uses Linux with a case-sensitive filesystem. If your code references ./filesystem but the filename is actually ./fileSystem it wouldn’t be found. Code references to file names need to match exactly.

Alan

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