We are trying to implement JWT authentication. The JWT authentication is working fine but we see the error "Error Connection lost. Make sure that Qlik Sense is running properly...". We have read a lot of posts regarding this issue but none of them fixes the problem.
When looking at the dev console of Firefox, we can see that the request to /jwt/hub/qrsData is returning a 200 status code instead of 101.
It's worth to mention that our Qlik Sense server is behind 2 nginx reverse proxy : public proxy --> internal proxy --> Qlike Sense
This is the simplified configuration on the public proxy :