FreeTAKTeam / FreeTAKHub-Installation

FreeTAKHub-Installation
Eclipse Public License 2.0
33 stars 29 forks source link

FTS-UI connection to FTS, spinning wheels #65

Closed mmejeras closed 1 year ago

mmejeras commented 1 year ago

I'm getting the same spinning wheels as in issue #32

image image

Installed on AWS Ubuntu 20.04, following https://freetakteam.github.io/FreeTAKServer-User-Docs/Installation/Cloud/AWS/ with zero touch configuration.

No custom modifications done.

FTS Service is running, along with other services

fts.service - FreeTAKServer service Loaded: loaded (/etc/systemd/system/fts.service, enabled) Active: active (running)

Checked all logs, but no errors found.

The #32 solution refers to version 1.9.9.5, but latest is 1.9.9.2

brothercorvo commented 1 year ago

the last version on Pip (that is used by the ZTI) is 1.9.9.6 @mmejeras . from the look of it I would say that the UI cannot connect to the Core server, probably the IP is wrong. check out this config.py values APPIP - Internal IP IP - Public IP WEBMAPIP - Public IP FTSConfig.yaml values dp_address: public user address: public API Address: Public

bwebb94 commented 1 year ago

@mmejeras I'd double check that your config values match what corvo posted above - Can you also confirm the installer completed every step when using zero touch?

Lechu13 commented 1 year ago

Hi, im trying to setup FTS on aws and im faceing same issue. I set my config same as corvo posted. But im not sure about internal IP. Should i use 127.0.0.1 or 172.2x.xx.xxx ? as a public ip i use ip from my AWS console lik 3.xx.xxx.xxx

brothercorvo commented 1 year ago

have you follow this? https://freetakteam.github.io/FreeTAKServer-User-Docs/Installation/Cloud/AWS/

Lechu13 commented 1 year ago

yes. i made one additional step. i assigned static ip for my instance

brothercorvo commented 1 year ago

in that tutorial you have the instructions reg. the IP to use

Lechu13 commented 1 year ago

Thank's for help, works fine after some adjustment.