1. ホーム
  2. スクリプト・コラム
  3. その他

[解決済み】ActionController::InvalidAuthenticityTokenについて

2022-01-10 14:55:17

質問

Railsでフォームを作成しているのですが、エラーが発生します。

Processing UsersController#update (for **ip** at 2010-07-29 10:52:27) [PUT]
  Parameters: {"commit"=>"Update", "action"=>"update", "_method"=>"put", "authenticity_token"=>"ysiDvO5s7qhJQrnlSR2+f8jF1gxdB7T9I2ydxpRlSSk=", **more parameters**}

ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):

これは、すべての非 get のリクエストと、ご覧のように authenticity_token があります。

解決方法は?

2.3.8から2.3.5へのダウングレードで解決しました。(同様に、悪名高い 'You are being redirected.' 問題も)