Page not found #1857
Unanswered
m0nte-cr1st0
asked this question in
Help!
Page not found
#1857
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I am trying to set up
django-channels
.I did everything according to the instructions, but when I try to connect, I get a
404 error - page not found
.I make a request from the localhost to the dev server.
config/base.py
config/asgi.py
routing.py
runner.sh
client.js
docker-compose.yml
In
.env
file I haveREDIS_HOST=redis-vv
nginx.conf
logs.txt
I tried this with
uvicorn
. Not effect...I'm use
Python 3.8
Django 2.2
channels-redis 3.3.0
channels 3.0.4
redis 3.5.3
Beta Was this translation helpful? Give feedback.
All reactions