
I have connected appwrite to my own flutter application. When I was activating the debugging mode, the application worked well, but I was connected to Wi-Fi. However, when I left the Wi-Fi and switched the network, the login never worked. What is the solution to this problem? Do I have to create a custom domain

So where is appwrite hosted and what did you use for the endpoint?

I use cloud.appwrite endpoint

And what error are you getting?

Authentication work when link mobile to laptop and run debugging mode
When change network authentication does not work

In release mode

Maybe you don't have Internet connectivity enabled in your app for release mode

Ooooh i didn't give permission internet to app
Is this problem Right ?

Maybe

Sure Thank you very much ❤️
Recommended threads
- Flutter Google Auth (Access blocked: Thi...
It is working fine on web platform, but on Flutter I'm getting this error. Any option to fix, or this issue with AppWrite and need to use different option? Ac...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- Error sending push message from dashboar...
I am trying to implement appwrite fully into my app and am switching over from firebase. I registered FCM as a Provider and tried to send a push message via the...
