We’re getting this exception when running on OSX and windows using .Net Core. When we look that the Exception, we see the InnerException being set to NULL.
Some REST calls work and others throw this Exception.
Also are using the HostConfig Debug
SsHost = SsContainer.Init();
SsHost.SetConfig(
new HostConfig
{
DebugMode = true,
ReturnsInnerException = true
}
);
Anything else we should try to point us to the problem?