PinguOriginal post
Rank 2: Process
Hey,
I have a user-reported issue stating that only the first 25 collections of their database are being migrated. It sounds like ListCollections (https://appwrite.io/docs/references/cloud/server-rest/databases#listCollections) has a limit of returning 25 collections? Wanted to clarify here, as can't find that mentioned in the docs...
Currently using the Appwrite-build dotnet SDK, so it might be a limitation placed within that instead?
Summary
Issue reported with ListCollections function on Appwrite server, only migrating first 25 collections. SDK could be causing limitation, not seen in documentation. Solution: Check SDK limitations or try to adjust code for full collection migration.