Application failed to respond

10 months ago

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

10 months ago

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


porkytheblackHOBBY

10 months ago

+1


porkytheblackHOBBY

10 months ago

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


10 months ago

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


porkytheblackHOBBY

10 months ago

I have no idea how to do this


10 months ago

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


porkytheblackHOBBY

10 months ago

ohh, looks like its still in beta


10 months 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


porkytheblackHOBBY

10 months ago

Its happened again


porkytheblackHOBBY

10 months ago

I've already switched to the edge network


10 months ago

please send your domain


porkytheblackHOBBY

10 months ago


porkytheblackHOBBY

10 months ago

works after redeploying


10 months ago

are you on the v2 runtime?


porkytheblackHOBBY

10 months ago

v2?


10 months ago

check your service settings


porkytheblackHOBBY

10 months ago

legacy


10 months ago

i think your issue might be unrelated then


porkytheblackHOBBY

10 months ago

It still failed to respond before I redeployed, so ?


10 months ago

did the url of your service hang?


porkytheblackHOBBY

10 months ago

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


10 months ago

let me know if either of you experience this again.


10 months ago

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


10 months ago

have you experienced this issue again?


10 months ago

Nope 🤔


10 months ago

awesome


10 months ago

haha! Is that a good thing or bad? 😅


10 months ago

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


10 months ago

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


hartlordTRIAL

10 months ago

im having the same issues here


hartlordTRIAL

10 months ago

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


hartlordTRIAL

10 months 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"
}
}


hartlordTRIAL

10 months ago

here is my railway.jason