Hi,
I am currently facing an issue where when try to call a custom api using the auth token I am getting "401 - Unauthorized: Access is denied due to invalid credentials.", This was working fine before but now when i use it it giving this error.
I am suspecting issue with OAuth as when I try to open "OAuth 2.0 integrated applicaitons" in system design, the page breaks as unresponsive due to following api getting error:
Endpoint : /0/api/OAuthHealthCheck
Response : {"Message":"An error has occurred."}
Due to this i am not even able to intract with the page to add/edit/delete the existing entries of OAuth.
I am using an online Instance and for ref the same api is working fine with Cookies in header instead of OAUTH token.
Can any one guide me on What might be going wrong here and how to fix it?
Thanks in advance for your support!!
Like