Chirpstack-rest-api problem

I run chirpstack on docker.
I tried chirpstack-rest-api on web browser. But It didnt work. It reply result code:14 every time.

{
  "code": 14,
  "message": "connection error: desc = \"transport: Error while dialing dial tcp: lookup chirpstack on 127.0.0.11:53: server misbehaving\"",
  "details": []
}

What can I do to solve this problem?

I solve this problem. I forget change chirpstack service name in rest-api argument
“–server chirpstack:8080 --bind 0.0.0.0:8090 --insecure”

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.