Problem with Deploying!

Hi,

I created a small project, which is a simple blog using Nodejs.
I had previously deploy it on Render and it was working smoothly, but after I added the user registration and login and logout feature, I have a problem with deploying, the error message says that there is a problem with the blog module “Cannot find module”, but everything works on my local machine!

Here is the project repository link:

Alan

The error message states Node is looking for models/Blog but the file in the repository is models/blog(.js). Linux is case sensitive.

1 Like

Done :+1:
Thanks :pray:

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