Hello guys, i try to use the option 'OAuth2'(type 'Resource Owner Password Credentials Grant') and somehow causes 'Failed to retrieve access token. See logs for details...' the logs are no more det...
OAuth2
Ilario72
3 years agoOccasional Contributor
Hi,
the error responseStatus=0 is the highest problem, it seems that the url is not reachable from your computer or is locked, you should at least receive one of the following responseStatus:
400 (bad request)
401 (unauthorized)
404 (not found)
Please check the documentation of the OAuth2 service that you are trying to connect and check the status code 0 meaning
Related Content
- 2 years ago
- 3 years ago
- 7 years ago