cancel
Showing results for 
Search instead for 
Did you mean: 

500 - Internal Server Error : Web API Issue

Krishna_Chaita1
Level 3
Hi Team,
When I try to get Access Token using Client Credentials I am getting below error : 

"500 - Internal server Error"
"There is a problem with the resource you are looking for , and it cannot be displayed."

Kindly provide your suggestions on this.
------------------------------
Krishna Chaitanya Araveti
------------------------------
7 REPLIES 7

david.l.morris
Level 14
What API are you calling, and have you tested it already from something like Postman or some other tool outside of Blue Prism to verify you've got it working?


------------------------------
Dave Morris
Cano Ai
Atlanta, GA
------------------------------
Dave Morris 3Ci at Southern Company Atlanta, GA

Hi Dave,

I am using POST action and it is working fine in Postman Application.

------------------------------
Krishna Chaitanya Araveti
------------------------------

Vbo Excel - action Export PDF

------------------------------
Netto Baptistella
------------------------------

What API? It's gonna be hard to help with anything without knowing more information.


------------------------------
Dave Morris
Cano Ai
Atlanta, GA
------------------------------
Dave Morris 3Ci at Southern Company Atlanta, GA

I have added new service under Web API Services in Settings tab.
I am trying to get token Id for NetDocs API through Client Credentials and Auth URL.
I am using POST Action by giving "Grant Type , Client Id , Client Secret"

Kindly let me know if I am missing anything which you requested for.

Thanks,
Krishna.

------------------------------
Krishna Chaitanya Araveti
------------------------------

EVIPUTI
MVP
Can you share the curl here ? and also the screenshot of Web API Services in Settings tab you are doing please .

------------------------------
------------------------------
Vipul Tiwari
Senior Process Simplification and Optimization Designer(Solutions Architect)
Fidelity International
------------------------------
------------------------------
------------------------------ Vipul Tiwari Senior Process Simplification Developer Amazon ------------------------------

numanjohn
Level 2
The error is too generic and does not tell you exact problem. The first thing you need to know about the http error 500 the page isn't working is that the error can only be resolved by fixes to the Web server software. It is not a client-side problem meaning that the problem is not with your browser, your computer, or your internet connection. The error is too generic and does not tell you exact problem. When you hit an internal server error it usually means some parts of your web server is not configured correctly or the application is trying to do something and the server is failing to carry out the request due to a conflict or restriction. Please check the error logs on your server for a more specific error message, which may give a clue to why this is happening on your website/server. These errors are often caused by plugin or theme function conflicts, so if you have access to your Dashboard, try deactivating all plugins. It is up to the administrators of the Web server site to locate and analyse the logs which should give further information about the error. However, there are often ways to quickly get around the problem:

  • Reload or Refresh the Webpage.
  • Check you server permission.
  • Corrupt Plugins.
  • .htaccess file may be corrupt.
  • Exceeded PHP memory limit.
  • Increase the memory setting in the wp-config.php file.
  • Clear your browser cookies and cache


------------------------------
numan john
------------------------------