GET /api/network-servers issue : get always totalCount = 0

Hi all,
I am using ChirpStack Application Server 3.14, and I think there is an issue in REST API.
I created a network server with REST API. And after that, if I request list of existing network servers with :
Request URL
https://192.168.0.1:8080/api/network-servers?limit=10&offset=0&organizationID=1

The result is always empty :
Response Body
{

  • “totalCount”: “0”,*
  • “result”: []*
    }

I tried with latest version 3.17, and the behavior is the same.

Is there anyone who can confirm this issue ?
Thanks.

Regards,