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
- unlike any other provider, your sites DN...
your nameservers dont work with a funny little CNAME error, which is a weird bug but thats what you get when you try to be the kitchen sink, funny errors.
- Weird Table Causes Console to break
I dont even know how this even happened looks like the $createdAt and , $id got switched? <@831428608895615056>
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...