Application failed to respond
hartlord
TRIALOP

2 years ago

my django web app deployed without any errors trying to view it and im getting this error
and worked fine on local host im a beginner and new to railway
any help please

here is my
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS",
"nixpacksPlan": {
"providers": ["python"],
"phases": {
"setup": {
"nixPkgs": ["python39", "nodejs"],
"buildCommand": [
"pip install -r requirements.txt",
"npm install",
"python manage.py migrate",
"python manage.py collectstatic --noinput"
]
}
}
}
},
"deploy": {
"runtime": "UNSPECIFIED",
"numReplicas": 1,
"startCommand": "gunicorn hartlord.wsgi:application --bind 0.0.0.0:8000 --log-level debug",
"sleepApplication": false,
"restartPolicyType": "ONFAILURE", "restartPolicyMaxRetries": 10 }, "envs": { "DJANGOSECRETKEY": "@djangosecretkey", "DJANGODEBUG": "False"
}
}

25 Replies

2 years ago

change the start command to gunicorn hartlord.wsgi:application --log-level debug


2 years ago

n/a


hartlord
TRIALOP

2 years ago

project ID: 0ed8b296-3fac-4ea9-b495-e91ebce5c779


hartlord
TRIALOP

2 years ago

done that


2 years ago

the envs portion of your railway.json is not valid, use service variables instead


hartlord
TRIALOP

2 years ago

i don't have a service variables now


2 years ago

add them


hartlord
TRIALOP

2 years ago

okay thanks i will im getting Internal Server Error now


2 years ago

enable debug mode so you can get more info


hartlord
TRIALOP

2 years ago

OKAY THANKS IM DOING THAT


hartlord
TRIALOP

2 years ago

im getting a TemplateDoesNotExist at /
web/index.html error and everything works fine on local host



2 years ago

what makes you think the template exists?


hartlord
TRIALOP

2 years ago

cause it working on local host everything was pushed to github


2 years ago

hypothetically if you got this error locally, what would you do to debug it


hartlord
TRIALOP

2 years ago

i will go on my view.py and fix it


2 years ago

yep basically debug this as if you where doing it locally


hartlord
TRIALOP

2 years ago

okay


hartlord
TRIALOP

2 years ago

@Brody thanks all works fine now your the best


hartlord
TRIALOP

2 years ago

💯


2 years ago

awsome!


hartlord
TRIALOP

2 years ago

will use your buy a coffe site to gift you something thanks cant do that today im from nigeria my debit card dont work i will order for a visa prepaid card and do it thanks so much


2 years ago

dont worry about it, i appreciate the thought alone ❤️


hartlord
TRIALOP

2 years ago

okay thanks but i will still do it your a great person reply me fast and i got answers to my errors thanks i really appreciate the kindness


2 years ago

thank you!


Loading...