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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
When you list all communities by GET /communities, you get all the communities in a communities array, you can also page them using page and size query parameters, but no pageInfo object is returned, which is required for further pagiation on the front-end.
The issue
When you list all communities by
GET /communities, you get all the communities in acommunitiesarray, you can also page them usingpageandsizequery parameters, but nopageInfoobject is returned, which is required for further pagiation on the front-end.