patrikx3/redis-ui

Problem with websocket-only transport

rsheykhet opened this issue · 4 comments

I have some network equipment and proxies between the browser and the node server that break the WebSocket Upgrade flow. As a result the web app does not function at all. The application seems to restrict the transport options to WebSocket-only (no long-poll). Is it possible to enable long polling as a fallback (or initial) option or have that configurable?

ok, i look in it as i have time. thanks for the info.

please let me know if it works or not. thanks.

The fix has worked. Thank you very much for the quick response!