Reputation: 4160
I am facing one strange issue since many days in angular website deployed on production. few random users are facing 504 gateway timeout error and website keep loading and continuously making login request API. When I have checked backend server logs I have not found any logs for such error and backend server is online and up from many days.
After some R&D, I have found below possible cases in which 504 gateway timeout occurs without hitting the backend server or even if backend server is online.
what could be possible cases for 504 gateway timeout error with online backend server?
Upvotes: 0
Views: 408