I am trying to use my server on aws for forest admin

Expected behavior

I expected it to lisen to my aws server.

Actual behavior

asks for localhost:3310
.

Context

I am using a mongodb setup on aws server.

  • Package Version:
  • Express Version:
  • Sequelize Version:
  • Database Dialect:
  • Database Version:
  • Project Name:

Hi @Stefanpgr :wave:

I would suggest installing on localhost first. Quoting this answer:

:point_right: When creating a development environment, the host has to be explicitly localhost and be accessible via http. This is the only host Forest Admin allows without having to set :lock: https , for security reasons; in a regular process, your development environment have to be local and accessible through localhost. Then, after this local environment works, you would be able to create other environments (prodution, staging, etc.). But still they will require to be accessible through :lock: https only.

Could you consider trying to install your backend on localhost first? :house:

1 Like