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
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...