Many futures do not work

Some things do not go with me anymore. I've noticed that only after update to 10.0.2. With 9.x still everything has worked. For example, i can a issue open, but add a comment does not work.

production.log

Started POST "/embedded/lokal400/notes?target_id=82&target_type=issue" for XXX.XXX.XXX.XXX at 2017-10-18 17:04:01 +0200 Processing by Projects::NotesController#create as JSON Parameters: {"note"=>{"noteable_type"=>"Issue", "noteable_id"=>"82", "note"=>"Fixed."}, "target_id"=>"82", "target_type"=>"issue", "namespace_id"=>"embedded", "project_id"=>"test_proj"} Can't verify CSRF token authenticity Completed 422 Unprocessable Entity in 20ms (ActiveRecord: 0.0ms)

ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken): lib/gitlab/middleware/multipart.rb:93:in call' lib/gitlab/request_profiler/middleware.rb:14:in call' lib/gitlab/middleware/go.rb:17:in call' lib/gitlab/etag_caching/middleware.rb:11:in call' lib/gitlab/request_context.rb:18:in call' lib/gitlab/metrics/requests_rack_middleware.rb:27:in call'

Currently i have Gitlab 10.0.4

Edited by Oleg Soletskiy