You need to sign in to do that
Don't have an account?
sami ami
Rest API calls giving error in production.
Just ran into a very confusing error.
We have an application which makes API calls to Salesforce - specifically a POST method which uploads cases . This is working fine sandbox environment. But I get Internal server error in production.
I have everything similar in sandbox and production and is very weird to get this error.
Any pointers??
You need to look at the response body that goes along with the 500 http response.
All Answers
You will have to create a salesforce case to find out what exactly that number means, so you can troubleshoot the error.
Regards,
Satish Kumar
Please mark my answer as a solution if it was helpful so it is available to others as a proper solution.
If you felt I went above and beyond, please give me Kudos by clicking on the star icon.
Same things work fine in sandbox.
xxxxxxx-xxxxxxx (xxxxxxxxx)
Regards,
Satish Kumar
You need to look at the response body that goes along with the 500 http response.
It works now.May be body was the issue.
Thanks SimonF