Flutter Developer
Hey @Appwrite team / support 👋
I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitHub issue #11437 but need urgent help.
🔴 Problem:
I previously registered Flutter and Web platforms on my project. They worked fine. Now the Platforms tab shows "Add a platform to get started" as if nothing was ever added — and my Flutter app throws a platform not registered error.
🔍 Root Cause (confirmed via API):
When calling GET /v1/projects/{id}/platforms, the API returns:
HTTP 401 — missing scopes: ["platforms.read"]
The authenticated console owner is not being granted the platforms.read scope — this looks like a scope/permissions regression on Appwrite Cloud (API v1.8.1).
📋 Details:
Platform: Appwrite Cloud
Region: Frankfurt
SDK: Flutter
Appwrite API version: 1.8.1
Plan: Free tier
GitHub issue: https://github.com/appwrite/appwrite/issues/11437
Can someone confirm if this is a known issue or ongoing incident? My app is completely blocked. Any help is hugely appreciated! 🙏