On a distributed system, chirpstack-app-server shows “object does not exists" and last seen: "Never"

Hello, I am facing an issue as follows :

Solved : You have to enter the public_host in the chirpstack-app-server configuration file as internal_ip_of_the_app_server:port instead of localhost:8001 :-

 [application_server.api]
# ip:port to bind the api server
bind="0.0.0.0:8001"
public_host="11.0.0.20:8001"  

After this, update the network-servers in the GUI (don’t need to change it’s value) & check in the loraserver_ns database, if the above public_host entry has been changed in the routing_profile table’s column, as_id .

3 Likes