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
- Help
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...