Ask Your Question
3

What is causing the error message "Cannot Get /" to appear in my Express app?

asked 2023-07-20 10:50:06 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-07-20 11:05:01 +0000

djk gravatar image

The error message "Cannot Get /" typically appears in an Express app when a GET request is made for a route that doesn't exist. This could be due to a typo in the URL or a missing route definition in the app's code.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-20 10:50:06 +0000

Seen: 11 times

Last updated: Jul 20 '23