When this has happened to me its when I have accidentally included a routing loop:
Example: Not logged in => routes to "new" action, where I accidentally put a before_filter on my "new" action requiring login. This then re-routes to "new" again, which never can complete. -Kelly Kelly Heikkila :coderow www.coderow.com On Mar 20, 2009, at 9:48 AM, Mat Schaffer wrote: > > Does it happen locally? I guess the best way to force a restart would > be to make a git push. Might be something to try while waiting for > some kind of support. > -Mat > > On Mar 20, 2009, at 6:32 AM, Justin wrote: >> Sorry, that should be >> >> http://myseasonbets.herokugarden.com >> >> Still not working .. >> >> On Mar 20, 8:50 am, justin <[email protected]> wrote: >>> "Firefox has detected that the server is redirecting the request for >>> this address in a way that will never complete." >>> >>> http://myseasonbets.heroku.com >>> >>> For the last two hours; could someone restart / figure out what's >>> happening ? >>> >>> Thanks, >>> >>> Justin >> > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
