In my Android application I use my Rest API, delivered via the cloudflare network (with active proxy). Very often the first connection to the okhttp API receives the following error:
Non-fatal Exception: java.net.UnknownHostException
Unable to resolve host "mydomain.com": No address associated with hostname
After the user retries one or more times, subsequent connections are successful. If there is some downtime with API requests, the error is likely to occur again.
I cannot understand what causes this problem. If it can depend on cloudflare or if there is a way to solve on the okhttp side.
do you have any ideas?