Application failed to respond

I checked my uptime software and noticed it was saying the application was down 18 hours ago.

I don't exactly know what happened. "App sleep" is also disabled.

I restarted my backend service and after that it worked fine.
But I didn't restarted the frontend, and it is continuing to display the same error "Application failed to respond"

0 Replies

Project ID: 8fc2ad89-714b-4cb3-9778-cb64d1373409


porkytheblack
HOBBY

a year ago

+1


porkytheblack
HOBBY

a year ago

Project ID: 6dd1a371-0b4f-4664-a32b-32ebf4c68ed5


dev
MODERATOR

a year ago

Do you guys have the new edge proxy enabled within your services?
If not could you try enabling it


porkytheblack
HOBBY

a year ago

I have no idea how to do this


dev
MODERATOR

a year ago

You can go into service settings and there should be an option to toggle over to the new edge proxy


porkytheblack
HOBBY

a year ago

ohh, looks like its still in beta


dev
MODERATOR

a year ago

Yes, Railway is on the edge (pun not intended) of switching to the new edge proxy so no harm in switching over and it may very well solve your problem


porkytheblack
HOBBY

a year ago

Its happened again


porkytheblack
HOBBY

a year ago

I've already switched to the edge network


brody
EMPLOYEE

a year ago

please send your domain


porkytheblack
HOBBY

a year ago


porkytheblack
HOBBY

a year ago

works after redeploying


brody
EMPLOYEE

a year ago

are you on the v2 runtime?


porkytheblack
HOBBY

a year ago

v2?


brody
EMPLOYEE

a year ago

check your service settings


porkytheblack
HOBBY

a year ago

legacy


brody
EMPLOYEE

a year ago

i think your issue might be unrelated then


porkytheblack
HOBBY

a year ago

It still failed to respond before I redeployed, so ?


brody
EMPLOYEE

a year ago

did the url of your service hang?


porkytheblack
HOBBY

a year ago

I was making api requests on postman, to the api deployed at that url. And it took a while to respond


brody
EMPLOYEE

a year ago

let me know if either of you experience this again.


I have it already enabled for both of my services
and I am running on v2 runtime.


brody
EMPLOYEE

a year ago

have you experienced this issue again?


Nope 🤔


brody
EMPLOYEE

a year ago

awesome


haha! Is that a good thing or bad? 😅


brody
EMPLOYEE

a year ago

wdym? how could it be bad that you haven't experienced any issues


ah! ok. Just trying to make a light joke.


hartlord
TRIAL

a year ago

im having the same issues here


hartlord
TRIAL

a year ago

my web app was deployed without any errors trying to view and im getting Application failed to respond


hartlord
TRIAL

a year ago

{
"$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"
}
}


hartlord
TRIAL

a year ago

here is my railway.jason


Loading...