You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run django_private_chat on my aws server.
What I Did
I have run management command run_chat_server on the server with nohup. When I go to chatbox I can see online/offline both status coming of the opponent and when I check JS console I'm getting -
"Uncaught DOMException: Failed to execute 'send' on 'WebSocket': Still in CONNECTING state."
nohup python manage.py run_chat_server &
Do I need to specify port or something?
The text was updated successfully, but these errors were encountered:
Description
I am trying to run django_private_chat on my aws server.
What I Did
I have run management command run_chat_server on the server with nohup. When I go to chatbox I can see online/offline both status coming of the opponent and when I check JS console I'm getting -
"Uncaught DOMException: Failed to execute 'send' on 'WebSocket': Still in CONNECTING state."
nohup python manage.py run_chat_server &
Do I need to specify port or something?
The text was updated successfully, but these errors were encountered: