AWS EC2 - GET http://localhost:3310/forest/healthcheck net::ERR_CONNECTION_REFUSED

Hi @Louie_Heaton and welcome in our community :champagne:,

So if I summarise you just tried to install Forest Admin on a remote server but got that error.
You never created a Development environment before, right ?
If that’s the case this just mean that you created your environment on localhost while it should be the url of your EC2 instance.

To fix that you have 3 solutions:

  • Hide the login popup (By editing the html)
  • Access your project settings
  • Go to environments tab
  • Select your environment
  • Update the url of your environment
  • Refresh

Second solution:

  • Create a new project
  • When you see the generated command, there is a --application-host and --application-port replace them by the correct value

Third solution:

  • Create a new project
  • Install on LOCAL, not on a remote
  • Test the app
  • Go to project settings
  • Go to environments tab
  • Create a new remote/production environment
  • Follow the steps

I strongly suggest the last solution :wink: which is way more simple in my opinion

Hope that helps you :slightly_smiling_face:

1 Like