Hello, everyone, I have been using Epicor REST API for quiet a while on a project, and the APIs has been running smoothly, until today that I ping the APIs and they are returning this error.
But the API has two version, we have the Test & the Production, turns out all the APIs I run with Test URL they work fine, but the APIs I run with the Production URL returns this error.
{
"HttpStatus": 500,
"ReasonPhrase": "REST API Exception",
"ErrorMessage": "The type initializer for 'Ice.EulkLicense.LicenseCacheBase`1' threw an exception.",
"ErrorType": "System.TypeInitializationException",
"InnerExceptionMessage": "Unable to determine license source. Check LicenseSource appsetting in web.config"
}

