この問題は、セッションを1分間アイドル状態にしてからリフレッシュした際に発生します。
クライアントIPにポート値が含まれている理由がわかりません。何か設定を見落としているのでしょうか。
以下はログです。
Processing by CategoriesController#index as HTML
Redirected to https://forum.doraig.com/login
Filter chain halted as :redirect_to_login_if_required rendered or redirected
Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 311)
Job exception: PG::InvalidTextRepresentation: ERROR: invalid input syntax for type inet: “13.86.104.6:3013”
LINE 1: UPDATE “users” SET “ip_address” = ‘13.86.104.6:3013’ WHERE "…