There seems to be SQL issue because all topic member users are not returned by this endpoint. In one case GET /users/:userId/topics/:topicId returned count of 12 member users, but /api/users/:userId/topics/:topicId/members/users returned 11 users. Check in the DB showed that 12 users is correct and somehow 1 user was left out.
There seems to be SQL issue because all topic member users are not returned by this endpoint. In one case
GET /users/:userId/topics/:topicIdreturned count of 12 member users, but/api/users/:userId/topics/:topicId/members/usersreturned 11 users. Check in the DB showed that 12 users is correct and somehow 1 user was left out.