This might help: in the last 4 days or so, I've started getting 502's as a result of an attempt to redirect (from login/logout page, which is basically just the acts_as_authenticated account controller)
Anyway, vital bits are: 1 it worked perfectly as of around a week ago 2 to test this, all you need to do right now is hit http://stat.heroku.com/account/logout (doesn't matter if you were logged in or not, just do a GET on that URL) 3 I looked at the traffic with wireshark, and the requests look ok; it's getting a 502 'bad gateway' back with a meta-refresh that makes it look like something's happening, so the browser keeps retrying, but never succeeds 4 to see if it was just about redirects, I created a redirect test button today on http://monkeytest1.heroku.com/ which seems to work ok 5 FWIW, my code (since it's auth code) sets a couple of cookies, which is different from the test redir Any ideas? Thanks, (a different) Adam On Jun 26, 12:06 pm, "Adam Wiggins" <[EMAIL PROTECTED]> wrote: > Next time this happens, can you tell me 1. the app name and 2. an > exact timestamp (i.e., within a 5 minute window) including your > timezone? This will let me look in the logs and see what's happening. > > Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
