Daphne is a HTTP, HTTP2 and WebSocket protocol server for ASGI, and developed to power Django Channels.
Questions tagged [daphne]
259 questions
0
votes
2 answers
django channels on aws : daphne and workers running but websocket taret unhealthy
I have been following this article - https://blog.mangoforbreakfast.com/2017/02/13/django-channels-on-aws-elastic-beanstalk-using-an-alb/
to get my django-channels app working on aws..but only non-websockets request are getting handled.
my channel…

Pradeep Saini
- 306
- 1
- 3
- 13
0
votes
2 answers
django-cors-headers not working when i18n is on
I have a working environment with:
django==1.10
django-rest-framework==3.5.3
djangorestframework-jsonapi==2.1.1
channels (latest)
daphne (latest) instead of gunicorn.
I'm using nginx as a proxy server above daphne, inside a docker…

lfreire
- 103
- 9
-1
votes
1 answer
Problem with unix sockets, when setting up docker with ngnix, daphne/django and redis
I have no programming background, I just started my first web project, so there is not much background knowledge, please keep that in mind. My project has run so far with wsl ubuntu on my windows machine, but I wanted to transfer it to docker.
The…

Ken
- 1
- 1
-1
votes
1 answer
enable cors in a nginx with reverse proxy to strawberry-graphql python app with asgi using daphne
I have a website that has the following setup:
the client is an angular 14 project
the server is a python app with strawberry for graphql
using nginx as web server
using asgi python script to run the app using daphne
I'm having cors related errors…

ufk
- 30,912
- 70
- 235
- 386