PDA

View Full Version : 502 Bad Gateway on Recent Posts?



jasedit
02-09-2016, 01:38 PM
When browsing the forums, I can access many threads, but it seems like relatively recently posted material causes errors. If I click to try and read the last page of a thread, I get a "502 Bad Gateway" error from nginx. For instance, I can visit http://forum.gsplayers.com/showthread.php?100566-LNet-not-connecting just fine, but http://forum.gsplayers.com/showthread.php?100566-LNet-not-connecting/page5 (accessing the fifth page of the same thread) produces a 502 Bad Gateway error. This has been happening for the past week or two, and initially assumed it was on my end. Looking into it more, it seems this is a server-side error, so I've no idea what to do.

jasedit
02-15-2016, 06:56 PM
I've finally managed to resolve this on my own - it appears to be some interaction with caching and login cookies. Logging out and back in resolved the issue - so something server-side was getting cached and not invalidating login cookies or something along those lines. Frustrating, but I finally discovered a solution for my issue.