Hello,
I am trying to deploy backend on render and I am getting this error. I have went through multiple threads but no help so far. If someone faced this problem or know how to fix it then please leave a comment. Thanks
Hello,
I am trying to deploy backend on render and I am getting this error. I have went through multiple threads but no help so far. If someone faced this problem or know how to fix it then please leave a comment. Thanks
Hi,
Maybe it’s a casing issue?
Render uses Linux with a case-senstive filesystem. Your code is looking for model/ScoreCard.model.js
in your project, so the casing of the files would need to be exactly the same (i.e. only S
and C
uppercase).
Alan
Hello,
It worked!
The file was Scorecard with “c” and was imported with “C”. Little embarrassing that I couldn’t figure this out. Grateful for your help.
Prabjot
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.