Cannot GET /login
问题 When I click on the login link then I go to the to /login . Which looks like this link to screenshot: Notice the response Session not found which was given to my Angular 2 app after it made a request. To check if a user is logged in. This is all working good. But when I refresh the page then I get the following error Cannot GET /login link to screenshot: To fix that error I had added the following in my Express app: //We use this to avoid the error: Cannot GET /login //but if we use this,