You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I already have MQTT broker (using go with mochi-mqtt) in host
I set the docker network to use static IP, so the host IP is 172.27.0.1
so in docker-compose.yml, I change it to MQTT_BROKER_HOST=172.27.0.1
container is running and I can see gateway message is published
but it give error message like this and I can't see application message published in mqtt
ERROR chirpstack::uplink::stats: Handle gateway stats error error=Save gateway stats: Error occurred while creating a new object: failed to lookup address information: Try again: failed to lookup address information: Try again
please help where I did wrong
The text was updated successfully, but these errors were encountered:
I already have MQTT broker (using go with mochi-mqtt) in host
I set the docker network to use static IP, so the host IP is 172.27.0.1
so in docker-compose.yml, I change it to MQTT_BROKER_HOST=172.27.0.1
container is running and I can see gateway message is published
but it give error message like this and I can't see application message published in mqtt
ERROR chirpstack::uplink::stats: Handle gateway stats error error=Save gateway stats: Error occurred while creating a new object: failed to lookup address information: Try again: failed to lookup address information: Try again
please help where I did wrong
The text was updated successfully, but these errors were encountered: