nuelpeters47
Django asgi/channels not deploying
sorry, please i appreciate your time. You asked me to send the build logs, and i sent it including the deployment log incase you needed i too. please let me know. i guess i missed that daphne question. yes i have daphne in my requirements.txt. this is a part of my requirements.txt
coverage==4.4.1
cryptography==41.0.4
daphne==4.0.0
. in a brief nutshell, its a chatting website that makes use of django channels and tailwind for styling.38 replies
Django asgi/channels not deploying
ok thanks, should i also change my procfile to-
daphne -b 0.0.0.0 -p $PORT chat.asgi:application
or leave it as-web: daphne -u /tmp/daphne.sock chat.asgi:application
worker: python manage.py runworker
38 replies
Django asgi/channels not deploying
mind to say my procfile has constantly changed from what you can see in the file to web:gunicorn root.asgi:application -k uvicorn.workers.UvicornWorker, to -web:gunicorn root.asgi:application. have kinda tried a lot just to know if it will work
38 replies
Django asgi/channels not deploying
dont know if i did it well, but this is what i got-/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
/bin/bash: line 1: gunicorn: command not found
38 replies