
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
- Bulk API upsert or Create documents func...
Hi , I keep getting “databases.upsertDocuments” or “createDocuments” function is not a valid appwrite function error . Following is a simple node.js code (modi...
- 301 Redirects on OAuth Endpoints Breakin...
Hello, **Project ID**: 6878bf3f003760131a6d **Custom Domain**: api.hustleproof.app **Problem**: New users are unable to sign up via Google OAuth on my custom ...
- Nameserver IPs
I try to set up the nameservers for Appwrite on EUServ, however Appwrite's nameservers both have the same IP. EUServ wants at least two different IPs for the na...
