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
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...
- Help with nameservers
I just added our domain, and as per instruction in the page following, it says, "Add the following nameservers on your DNS provider. ..." I want to keep my cu...