Sudden 504 Errors on My Website – Need Help!

0
12
Asked By TechGuru88 On

I'm experiencing a frustrating issue with my website hosted on EC2 using an application load balancer. Since Wednesday, most of the site calls result in 504 errors, and it's becoming a significant problem for my small business. Some operations work intermittently, but mostly, they fail. Here are a few URLs that are affected: alumni.kaipukukuifellows.org, alumni.nycischool.org, ioialumni.org, and laneyalumni.org (I have around 30 URLs for this app).

I tried serving a plain HTML file, and it also fails, which makes me think the issue might not be in my application code. Additionally, I disassociated my WAF and the 504 errors still persist. Even if I remove the URL from the load balancer, the 504 error continues, indicating that it's not just a load balancing or target group issue. Anyone have suggestions or willing to help me troubleshoot this?

3 Answers

Answered By LogMaster42 On

I recommend starting by enabling Connection Logging for your load balancer. It can provide insights into what’s going wrong. Also, check if your site works when accessed directly, bypassing the ALB.

TroubleshootAndy -

Yep, it's accessible directly without the ALB. I tried accessing it at the IP, and it works! Here's the link: http://174.129.10.160/non7A52.htm.

LogMaster42 -

Great, that’s helpful to know! Since it’s working directly, enabling the Access and Connection logs might give you the next clues to track down the issue.

Answered By CloudWhisperer12 On

Consider reaching out to AWS Support, especially if you're on a small account. It’s only about $100 a month for business support, and it could save you a lot of time troubleshooting this issue.

Answered By FixItFelix99 On

Have you tried restarting your PHP or whatever backend you’re using? Sometimes a simple restart can fix weird errors like this. It's worth a shot!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.