Authentication problems on local API server

Hi everyone,

I have a bit of an issue debugging a customized API dll on a local server using the imxclient loading the dll.

When trying to authenticate, it says "Warn: Unable to setup re-authentication for this connection. Deriving new unauthenticated connections from this connection NOT SUPPORTED".

While the server continues startup and finishes running on localhost, it will not accept any incoming requests due to authorization issues.

"System.InvalidOperationException: Unable to derive connection string from current connection. Call CreateUnauthenticatedConnection instead" was the error shown in the stack trace whenever I sent a request, which I think is an internal function call for the imxclient as I am unable to call this anywhere.

I appeciate some tips, how do I solve this?