I am facing serious issue after upgrading Flutter to new version. Last time I posted same issue here and also on flutter channel but none were able to resolve
On your device, can you open the browser and browse to cloud.appwrite.io?
I am logged in to cloud.appwrite.io on web using it
Same is accessible from mobile
Could you send what's the url you have set as endpoint?
Then maybe you need to change some android setting to allow network access
True, make sure your android manifest file has:
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Recommended threads
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Hi Appwrite Support Team,My project has ...
Details: Project ID: 69a69f6f00113ed0e8e4 Region: SFO (sfo.cloud.appwrite.io) Error Response: Affected: ALL endpoints ā Functions, Databases, Storage, Health, ...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...