Re: Unable to login via EA Desktop
@YuvaYikan I was able to troubleshoot the issue and fixed it. But the Desktop application should have more verbose error messages.
Like I stated I used Fiddler. EA App sends a POST request to account.ea.com with client_secret etc. And It receives access_token etc. but after it tries to reach api1.origin.com address wasn't resolved so It was a DNS resolving issue. My DNS server were set to 1.1.1.1(CloudFlare), I also rebooted my router. And Issue was resolved, I was able to login then.
My suggestion to application development team is please set more verbose output in exception handlers.
Like I stated I used Fiddler. EA App sends a POST request to account.ea.com with client_secret etc. And It receives access_token etc. but after it tries to reach api1.origin.com address wasn't resolved so It was a DNS resolving issue. My DNS server were set to 1.1.1.1(CloudFlare), I also rebooted my router. And Issue was resolved, I was able to login then.
My suggestion to application development team is please set more verbose output in exception handlers.