Skip to Content
0
Nov 21, 2018 at 12:40 AM

Linting failing in WebIDE (Full Stack) Websocket requests failing

195 Views Last edit May 21, 2020 at 03:28 PM 3 rev

Websocket (wss) requests for the linting of code in WebIde is failing on one particular client of mine. The network people are investigating and we think it is a similar scenario to https://github.com/aspnet/SignalR/issues/984

Requests of the form wss://[tenant-id].us30.hana.ondemand.com/LanguageServer/ws~HCM_TSH_MAN/eslint are returning 404.

We are guessing that the lack of sticky sessions on the proxy means that web socket requests are not sent with the same auth and thus failing.

Has anyone had this experience? or overcome it?

Thanks,

Nigel