We built a C# SDK API that is connected to our customer’s website, and is supposed to call DocuSign’s API.
From time to time, the DocuSign API sends back an 500 error without any error message attached (it can happen at any part of the API, from the creation of the enveloppe to the sending of the mails). The API can then be recalled with the exact same infos given the first time and will work properly.
The weird part is that when we used our API for tests purposes through swagger (we tested it for a very long time) that kind of 500 error never occured.
After searching any kind of possible problem, I’m still completely clueless about where the error might be coming, any kind of idea is appreciated.
If any information is needed i’ll do my best to answer asap, thank you in advance.