Hi all,
I have developed a simple django application using channels & deployed it in a shared linux hosting service(
mochahost.com - Webhosting: mocha package).
It serves django app with help of Passenger.
The wsgi is working without any issue but the ASGI layer seems to be non responsive.
When trying to connect, I am getting the following error message: Error during WebSocket handshake: Unexpected response code: 404
I don't know how to resolve this.
Is there any extra setup steps I need to follow or any other settings I need to do?
Any help would be very much appreciated.
Package versions used:
Python: 3.6.6
Django: 2.1.1
Channels: 2.1.3
Channels_redis: 2.3.0
Thanks & Regards,
Manjunath