4,815 questions
it not ngnix, if both curl and wget fail calling the site directly (http://localhost:5000). your app is hanging. you should just a attach a debugger and see why or add better logging.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello!
I hosted an ASP.NET Core net7.0 project with Nginx on ubuntu 22.04 and everything worked fine.
After updating the project, the project no longer responds, the browser shows 504 time out.
If I create a new project in a new folder then it doesn't work either and the response is 504.
This is not the first time this problem has arisen; after the first time I reinstalled the system so that my project would start again.
What could be the reason for 504?
it not ngnix, if both curl and wget fail calling the site directly (http://localhost:5000). your app is hanging. you should just a attach a debugger and see why or add better logging.