質問編集履歴

1

追記

2021/03/20 13:23

投稿

yastinbieber
yastinbieber

スコア49

test CHANGED
File without changes
test CHANGED
@@ -133,3 +133,37 @@
133
133
  Rails 5.2.4.5
134
134
 
135
135
  ruby 2.5.1
136
+
137
+
138
+
139
+ ## 追記(log)
140
+
141
+ ```
142
+
143
+ I, [2021-03-20T13:04:04.926416 #25406] INFO -- : [e3881b54-6ea5-4fa5-8be4-e06e9d806222] Completed 200 OK in 5ms (Views: 4.1ms)
144
+
145
+ I, [2021-03-20T13:04:31.956187 #25406] INFO -- : [e0face73-9107-4c69-a751-963e88133061] Started POST "/users" for 175.132.104.83 at 2021-03-20 13:04:31 +0000
146
+
147
+ I, [2021-03-20T13:04:31.956989 #25406] INFO -- : [e0face73-9107-4c69-a751-963e88133061] Processing by Users::RegistrationsController#create as HTML
148
+
149
+ I, [2021-03-20T13:04:31.957052 #25406] INFO -- : [e0face73-9107-4c69-a751-963e88133061] Parameters: {"utf8"=>"✓", "authenticity_token"=>"NVbvdAKEJDR23DgNZl+Sf3R
150
+
151
+ RA4HMH9QtOuHqc/ow//BMTJgniCiuVYoqOnkHYGYbQz+8dQe+MZcoRFI00P5GBw==", "user"=>{"email"=>"testadress@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[
152
+
153
+ FILTERED]"}, "commit"=>"同意して登録する"}
154
+
155
+ W, [2021-03-20T13:04:31.957559 #25406] WARN -- : [e0face73-9107-4c69-a751-963e88133061] HTTP Origin header (https://torekabodymake.com) didn't match request.base_
156
+
157
+ url (http://torekabodymake.com)
158
+
159
+ I, [2021-03-20T13:04:31.957812 #25406] INFO -- : [e0face73-9107-4c69-a751-963e88133061] Completed 422 Unprocessable Entity in 1ms
160
+
161
+ F, [2021-03-20T13:04:31.958789 #25406] FATAL -- : [e0face73-9107-4c69-a751-963e88133061]
162
+
163
+ F, [2021-03-20T13:04:31.958830 #25406] FATAL -- : [e0face73-9107-4c69-a751-963e88133061] ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
164
+
165
+ F, [2021-03-20T13:04:31.958854 #25406] FATAL -- : [e0face73-9107-4c69-a751-963e88133061]
166
+
167
+ F, [2021-03-20T13:04:31.958903 #25406] FATAL -- : [e0face73-9107-4c69-a751-963e88133061] actionpack (5.2.4.4) lib/action_controller/metal/request_forgery_protection.rb:211:in `handle_unverified_request'
168
+
169
+ ```