Can't verify CSRF token authenticity on 6-5-stable
Created by: 13W
hello after updating to 6-5-stable from 6-4-stable, i get error
Started POST "/users/sign_in" for 127.0.0.1 at 2014-01-23 09:07:30 +0000
Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Lv7PTNvtAEb+TdyTYLZrsRjDxp74uiMgvAuLLO78z9c=", "user"=>{"login"=>"13w", "password"=>"[FILTERED]", "remember_me"=>"1"}}
Can't verify CSRF token authenticity
User Load (0.5ms) SELECT users
.* FROM users
WHERE (lower(username) = '13w' OR lower(email) = '13w') ORDER BY users
.id
ASC LIMIT 1
(0.3ms) BEGIN
SQL (0.7ms) UPDATE users
SET last_sign_in_at
= '2014-01-23 09:07:27', current_sign_in_at
= '2014-01-23 09:07:30', sign_in_count
= 115, updated_at
= '2014-01-23 09:07:30' WHERE users
.id
= 1
Namespace Load (0.2ms) SELECT namespaces
.* FROM namespaces
WHERE namespaces
.owner_id
= 1 AND namespaces
.type
IS NULL ORDER BY namespaces
.id
ASC LIMIT 1
(2.3ms) COMMIT
Redirected to http://git.ccxx.cc/
Completed 302 Found in 174ms (ActiveRecord: 4.1ms)
Started GET "/" for 127.0.0.1 at 2014-01-23 09:07:30 +0000
Processing by DashboardController#show as HTML
Completed 401 Unauthorized in 2ms
Started GET "/users/sign_in" for 127.0.0.1 at 2014-01-23 09:07:30 +0000
Processing by Devise::SessionsController#new as HTML
Rendered devise/sessions/_new_base.html.haml (6.0ms)
Rendered devise/sessions/_oauth_providers.html.haml (0.2ms)
Rendered devise/sessions/new.html.haml within layouts/devise (8.3ms)
Rendered layouts/_head.html.haml (2.7ms)
Rendered layouts/_flash.html.haml (0.3ms)