xaviershay / enki

A Ruby on Rails blogging app for the fashionable developer. It's better than Mephisto or SimpleLog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admin Login Issue

bbbenji opened this issue · comments

I have deployed Enki to Heroku and just recently started getting this error when I try to log into admin.

2012-11-26T22:04:05+00:00 app[web.1]: Started POST "/admin/session" for 195.327.41.20 at 2012-11-26 22:04:05 +0000 2012-11-26T22:04:05+00:00 app[web.1]: Processing by Admin::SessionsController#create as HTML 2012-11-26T22:04:05+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"asdoiD23DLFilkj39sd9dlokiDJfi2k3lfidD3fdddj=", "openid_url"=>"https://www.google.com/accounts/o8/id", "commit"=>"Login with OpenID"} 2012-11-26T22:04:05+00:00 app[web.1]: Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms) 2012-11-26T22:04:05+00:00 app[web.1]: WARNING: making https request to https://www.google.com/accounts/o8/id without verifying server certificate; no CA path was specified. 2012-11-26T22:04:05+00:00 app[web.1]: Generated checkid_setup request to https://www.google.com/accounts/o8/ud with assocication AMldfoC88djj_4MErWODKLf323kfd72t2mgFS9FDOLF33--clPvmQTF_ 2012-11-26T22:04:05+00:00 heroku[nginx]: 195.327.41.20 - - [26/Nov/2012:22:04:05 +0000] "POST /admin/session HTTP/1.1" 502 1084 "http://domain.com/admin/session/new" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.14 Safari/537.17" domain.com 2012-11-26T22:04:05+00:00 heroku[router]: at=info method=POST path=/admin/session host=domain.com fwd= dyno=web.1 queue=0 wait=0ms connect=1ms service=142ms status=303 bytes=0

Anyone have any insight?

The issue resolved on it's own. It must have been a temporary Heroku problem.