Skip to main content

All Questions

0 votes
0 answers
23 views

Django 404 when connecting to websocket router wh

I'm trying to write my first Django project using websockets. I use django channels. And everything worked fine until the time to integrate react, nginx and django came. Now I get: Could not connect ...
Konstantinos's user avatar
0 votes
0 answers
420 views

Django Channels Config - Django / Docker / Gunicorn / Daphne / Nginx

I have deployed an app, pypilot.app using django / nginx / docker / daphne / gunicorn on a digital ocean droplet. Daphne is for Django Channels which works no problem in development to display ...
Nick Lisauskas's user avatar
0 votes
0 answers
24 views

Django channels web socket not working with nginx and gunicorn in the cloud server

This is my project configuration for Django channels, gunicorn and nginx. In local machine the django websocket works great. but after deploying to the cloud server it shows this console error: Mar 27 ...
Arifcse21's user avatar
1 vote
0 answers
11 views

Websockets stopped working after adding nginx and gunicorn

I am making a django-react app, and I use django channels for my websockets in order to create live chat. After adding gunicorn and nginx however, my websockets are no longer able to connect from my ...
Allen Ye's user avatar
0 votes
1 answer
219 views

error "Failed to execute send on Websocket: Still in CONNECTING state" in Django Channels Production environment using SSL

I'm currently deploying an application using Django Channels in Production environment. The target application is based on the sample app from the official django channel documentation. https://...
Tio's user avatar
  • 978
0 votes
0 answers
56 views

nginx not upgraded to websocket

i have a Kubernetes cluster in which nginx:1.21.6 is running as a proxy. Nginx should upgrade the connection to websocket at path /ws/ and forward it to the service http://dev-websocket:8000. Since ...
Basti G.'s user avatar
  • 431
0 votes
0 answers
39 views

Django channels unable to connect(find) websocket after dockerize the project

Before trying to containerize the application with docker, it worked well with: python manage.py runserver with the following settings.py setction for the redis layer: CHANNEL_LAYERS = { "...
Aron Sadegh's user avatar
0 votes
1 answer
97 views

Daphne websocket stop responding after somtime

Project Specs: Django 3.2.4 , Channels 3.0.5 , Channel-redis 3.4.1 , Daphne 3.0.2. I setup a chat system, which communicate using websocket. On page load, everything works fine, but after few seconds ...
Decoder's user avatar
  • 21
0 votes
0 answers
115 views

Can't get Django Channels websockets to connect. Using Django, Daphne and Nginx on Ubuntu 22 with Supervisor

I have been working on getting this figured out for days and I feel like I am close to getting it but I have no idea what to try next. This is how my code is setup: I use Celery to pull data from 2 ...
Dmckim's user avatar
  • 65
-1 votes
1 answer
370 views

Websocket connection through nginx returns 400 - Hixie76 protocol not supported

I have a (fairly complex) django app hosted on AWS via Elastic Beanstalk, and am trying to implement websockets on it, using django-channels Here is the docker-compose.yml file sent to elastic ...
SylvainB's user avatar
  • 4,790
0 votes
1 answer
757 views

Websocket connection failed in production. (Nginx, Gunicorn, Daphne) (Django/React)

I am trying to deploy my Django Rest Framework application to production. I have my own server running Debian. I am not new to deploying DRF and React applications and the WSGI part of the application ...
tumpa02's user avatar
  • 78
0 votes
1 answer
325 views

Exposing websockets port through same location dokku

I have a django project where I run my web and django channels as separate procs in the Procfile: web: gunicorn django_project.wsgi:application socket: daphne django_project.asgi:application And have ...
ydnaklementine's user avatar
0 votes
0 answers
2k views

how to setup daphne with nginx with djnago channels for websockets

I have to set up the Django server with WebSockets and HTTP requests. It works fine in my local system. and also on the server without SSL, but when we use the SSL on the server the HTTP request works ...
swapnil gautam's user avatar
1 vote
1 answer
2k views

WebSocket connection to 'wss://...' failed: (Django + Gunicorn + Nginx + Daphne)

I'm getting an error while connecting the websocket. And I have read similar Q&A on stackoverflow but still not working for me. I've been trying all sorts of ways for days but still can't make the ...
N.Tuyen's user avatar
  • 35
0 votes
1 answer
1k views

WebSocket connection does not happen and connection request gets 400 error NGINX+Daphne+Django+Channels on Ubuntu AWS EC2

I followed tutorial for deploying websockets for Django-channels using Daphne and Nginx. Here is what my NGINX.conf at etc/nginx/sites-enabled/ looks like server { listen 80; server_name ...
Code99's user avatar
  • 43

15 30 50 per page