HassanmrwtOriginal post
Rank 2: Process
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
Summary
Issue: Failed to Lookup Host
Solution:
1. Check if your Android manifest file has the following permissions:
```xml
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
```
2. Make sure the device's Android settings allow network access.
3. Confirm that the endpoint URL is correctly set.
4. Verify if you can access the same URL from a mobile browser.
5. Check if you are logged into cloud.appwrite.io on the web version.
6. If the issue persists, consider downgrading Flutter to the previous version.