
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
- How to pass session from browser to a mo...
I have a self-hosted Appwrite container. I also have a www page (A) which should acts as login page for different www services (B). User click login in B, is re...
- Two steps signIn with one user:
'm using appwrite to try two phase login, step 1: await account.createAnonymousSession(); or final appwriteUser = await account.create( ...
- Registering new flutter app
Hi, ive got an already build flutter app which works in development with appwrite. but with the built version i get an error that the client is not registered. ...
