Application failed to respond
codegamemexico
HOBBYOP

a year ago

Hi everyone, sorry for my bad english

I have a problem, in my application I put a custom domain, with all's dns necessary, but in a few minutes It works normally well, but after it's not working anymore.

Error enter to custom link: "Application failed to respond"

It's a Python API, with port = 8000

in Railway have www.example.com port = 8000

In my dns have CNAME www link-server-railway

If I use the domain generate by railway, its work, all the api.

Extra: I already did redeploy, delete to dns and configure again this part, and delete the service, and it doesn't work.

If you need more information, you can ask me for it.

2 Replies

codegamemexico
HOBBYOP

a year ago

Edit: It worked but shortly after making root requests it stopped working again


brody
EMPLOYEE

a year ago

If it works at first, then stops, that's means your app has crashed.

Review your deployment logs to see if you have any logs on why it crashed.


Loading...