in emulator everything work fine but when i build the apk and trying on my device im getting error failed host lookup error im using appwrite cloud
Did you update your release android manifest to grant internet permissions?
Yes done
i have added this
do i have to remove this .setSelfSigned(status: true);?
if you're using cloud, you don't need that. regardless, it shouldn't make a difference
clean and rebuild?
Also, would you please share your exact full error?
Recommended threads
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...
- Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I s...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...