Skip to main content

All Questions

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
0 answers
65 views

Dockerize Django Websocket Url not found

I have a project with Django using Websocket and I'm using a docker. I have configuration named local.yml and used uvicorn and channels. When I started to build my docker, the http request works fine ...
Jc John's user avatar
  • 1,849
0 votes
1 answer
170 views

django channel websocket failed

in my frontend which is built with vue js , alongside npm run serve ( running outside docker) the webscocket throw this error WebSocket connection to 'ws://localhost:8000/ws/notifications/' failed: My ...
Touil Ahmed Imad's user avatar
1 vote
0 answers
538 views

WebSocket connection getting rejected in production when using docker container

My WebSocket connection getting rejected from the Django Channels server deployed in AWS EC2. I am using Docker for server side which contains PostgreSQL and Redis also WebSocket HANDSHAKING /ws/...
Jauhar Muhammed's user avatar
0 votes
1 answer
347 views

how to start a Redis server on port 6379

i'm getting this error while working with django channels tutorial project redis:5 docker: Error response from daemon: failed to start service utility VM (createreadwrite): hcsshim::...
user avatar