Thank you Andrew, I have now configured Nginx to route /ws/ to port 9000 where Daphne is configured. This has fixed my 404 handshake error and now I have a handshake error 500. Any thoughts?
On Friday, November 16, 2018 at 10:35:07 PM UTC-8, Andrew Godwin wrote: > > You cannot use gunicorn to run WebSockets or other async code - you need > an ASGI server, like Daphne or uvicorn. Switch to one of those and it > should start working. > > Andrew > >> >> -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d9967d46-d2ac-4030-96aa-016a77b17f74%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

