I have an android application where I send http requests to an api via Retrofit2/OkHttp. Everything was working fine for 2 weeks. 2 days ago my site was suspended. It reopened today.Error messages started to appear from some users. Users say "Unable to login to the application!". When I checked the logs, I saw something like this ;
I/okhttp.OkHttpClient: <-- HTTP FAILED: java.net.UnknownHostException: Unable to
resolve host "mywebsite.com": No address associated with hostname
Some users are still able to login to the application.I can't make sense of this.
How can I fix this immediately?