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! š
Recommended threads