a year ago
I want to deploying django channels on railway servers , but I am unable to deployed them. Anyone can help me , how to deployed them .
What is the step of deploying asgi servers on railway ?
My Project Id : e58f6e09-548d-494c-84d5-c4548c5cf249
GitHub Repo : https://github.com/datamind321/chat-application
16 Replies
a year ago
from what I have seen, you opened a total of 4 threads, please do not spam threads.
try changing your Procfile to this instead
web: daphne chatapp.asgi:application --port $PORT --bind 0.0.0.0 -v2
a year ago
please tell me how to change Procfile , I have no idea how to written Procfile for django channel,
Can You Suggest me what step's follow , Am I solve this error logs.
a year ago
i have provided you with the contents of the Procfile, please see my first reply
a year ago
/bin/bash: line 1: application: command not found
/bin/bash: line 1: application: command not found
/bin/bash: line 1: application: command not found
/bin/bash: line 1: application: command not found
/bin/bash: line 1: application: command not found
/bin/bash: line 1: application: command not found
/bin/bash: line 1: application: command not found
/bin/bash: line 1: application: command not found
This Deployed Logs Comes After deployment and not showing any my app link
a year ago
My Github Repo is Public . Can you check my repo & Procfile & suggest me what i can written in procfile becuase your first reply content i have already tried , but not working.
a year ago
do you have a start command set in your service settings? if so, please remove it.
a year ago
How Can I contact you ?
I want to send some logs pictures in my railway service.
You are very talented , I beleive that you are solved my issues.