Hi all,
I have developed a simple app using django channels.
I would like to deploy it on a linux hosting provider (Currently I have account with
mochahost.com - Web Hosting:mocha package) & I have deployed the app there.
All features of the app are working except for web sockets which give the following error: Error during WebSocket handshake: Unexpected response code: 404
The app in local development system works fine without a glitch but the ASGI layer is not working after deployment.
My current host provider is running pyhon apps using Passenger.
Is there any extra settings I need to do to setup the Socket layer?
Kindly help me in this issue.
Package versions used:
Python - 3.6.6
Django - 2.1.1
Channels - 2.1.3
Channels_redis - 2.3.0
Hope to get help for this issue..
Thanks & Regards,
Manjunath