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?
In case its useful, the report in question is: https://github.com/PinguApps/AppwriteMigrator/issues/37
Recommended threads
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, itβs mention that only setup client with endpoint / api key is enou...
- Create a project via REST API or SDK, mi...
I am currently self-hosting Appwrite in my local machine, deployed using docker script in the website. I also installed `appwrite-cli` through npm. I am trying...
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.