Deploy is successful but the URL shows error, also cannot fetch data from the URL

I deployed my backend to render. https://project-management-app-ohsf.onrender.com/ and it says cannot get /. But in the logs, it says this
Jul 5 11:13:42 PM ==> Starting service with ‘node index.js’
Jul 5 11:13:48 PM Server running on port 10000

GitHub - Rajvira10/project-management-app. This is my github link of the app. The part that I hosted is in the backend folder.

Hi Rajvir,

I’d suggest looking at your service logs as an excellent place to start.

For example, I’m seeing some errors around your MongoDB connection that could be causing you problems.

Regards,

Matt

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