lumber: Oops, cannot reach your application. Are you sure it is running?

Hi, First of all, great job guys 😃

Little problem here. I got the following message when I try to login in the admin UI:

Login 
Oops, cannot reach your application. Are you sure it is running?

even though I’m sure it’s running on my server. Tested it on Chrome and Safari.

Best, julien

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 33 (8 by maintainers)

Commits related to this issue

Most upvoted comments

Same issue. This is what I get when I run curl -I http://localhost:3002/forest:

HTTP/1.1 204 No Content
X-Powered-By: Express
Vary: Origin
Access-Control-Allow-Credentials: true
Date: Tue, 18 Jun 2019 22:17:33 GMT
Connection: keep-alive

Sorry for the output, yes it was running but I was on the wrong server when I executed the command. Here it is : $ curl -I http://localhost:3000/forest HTTP/1.1 204 No Content X-Powered-By: Express Date: Fri, 18 Nov 2016 20:00:53 GMT Connection: keep-alive