Issue with configuring nginx with websocket #120
anilsathyan7
started this conversation in
General
Replies: 1 comment 9 replies
-
Try add |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After referring to the following links for setting nginx, I was unable to access the app. It shows the loading icon but does not show the UI elements.
The application is not being loaded due to websocket connection failure.
ERROR: Firefox can’t establish a connection to the server at wss://address.com/app-manager/tool?app=index&session=NEW
Nginx config(etc/nginx/sites-enabled/default):-
I'am able to run it as localhost without nginx but otherwise it fails.
Logs:-
Localhost - tornado.access - web.py:2243 - INFO - 101 GET /?app=index&session=NEW (127.0.0.1) [worked]
Server - tornado.access - web.py:2243 - INFO - 200 GET /?app=index&session=NEW [failed]
Beta Was this translation helpful? Give feedback.
All reactions