Hey, wondering if anyone can help with an issue I'm facing. Currently when I use ktor wasmJs client to call my ktor webserver with authentication and krpc, the websocket doesn't attach the authorization headers so the request it rejected, but this doesn't cause the request to retry as the js error event is just thrown by ktor.
The authentication module also doesn't seem to be adding the authorization header at all when the host domain matches based on the chrome console. Any ideas what might be wrong?