I am trying to release a flutter app on play store. Debug app is working fine but i am getting the failed host look up error in release app on playstore. I'm a student. Please help me what am I doing wrong
did you add the internet options in the release manifest?
No, I didn't. But i didn't add in the debug app as well but that's working just fine.
please make sure to add the internet permissions
could also be a flutter version problem
Recommended threads
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...