Even though I can clearly access and update fields in my DB through the console, when my updating through the Android SDK it throws this error
{ "message": "Database not found", "code": 404, "type": "database_not_found", "version": "1.8.0" }
Android SDK - 9.0.0
This has started happening since yesterday, I can share the full cURL request if needed. On the PRO plan, blocker for me currently
TL;DR
Developers unable to find the database when updating through Android SDK, despite successful access via the console. Error message: "Database not found." Issue arose recently. Using Android SDK 9.0.0. Identified as a blocker on the PRO plan. Solution: Share the full cURL request for further assistance.Recommended threads
- Provider error when creating a function ...
- Roles Enum Limitation in Kotlin SDK
The createMembership method in the Appwrite Kotlin SDK now requires List<io.appwrite.enums.Roles> instead of List<String>, but the predefined Roles enum only co...
- Cloud function deployment failures
When I run appwrite push functions, select the function I want to deploy, confirm with a YES, is starts deploying but goes into error. I need to repeat the ste...