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
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Current User is Not authorized
recreating same Thread