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
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...
- 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...