Getting error of "cannot get" after deploying successfully

Hello everyone ,

I have deployed a full stack application, the deploy seems successful but I get an error saying " Cannot GET / ". Link to the website is click here and link to my repo – [Click here ]. I would really appreciate any help thank you!

Hi,

Cannot GET / is usually an error Express will give if you don’t have a route defined. In this case, no route defined for the root path, /

Check you’re calling a route that is defined in your code.

Alan

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