Hi
I get the below error occasionally on POST /oauth/token
org.springframework.web.client.ResourceAccessException: I/O error on POST request for “https://[Domain].auth0.com/oauth/token”: Connection reset; nested exception is java.net.SocketException:
Using RestTemplate for API calls and have not configured any specific connection settings.
Any leads on what could be the reason and how to solve it?