WebSockets disabled or unavaible so clients performs a fallback to long-polling.
Long-polling is working in local environment.
No reproducible in Local:
In a local env with blocked websockets (nginx proxy) fallback is working properly
Production (demo.swellrt.org)
LongPolling Requests get Nginx Proxy but not the SwellRT server (¿?)
Cause by:
Third party cookies are not allowed by default in some browsers. This prevents the usage of demo.swellrt.org server from http://p2pvalue.github.io/ blocking the cookie WSESSIONID.
Context:
WebSockets disabled or unavaible so clients performs a fallback to long-polling. Long-polling is working in local environment.
No reproducible in Local:
Production (demo.swellrt.org)
Cause by:
Suggested solution: