Ask A Question

Notifications

You’re not receiving notifications from this thread.

Solving Active Storage InvalidAuthencityToken Error

Henry asked in Rails

I have an application which is on lvh.me and i am trying to upload image using trix editor from my subdomain sample.lvh.me but for some reason i keep getting this error

Started POST "/rails/active_storage/direct_uploads" for 127.0.0.1 at 2023-11-10 12:10:07 +0000
Processing by ActiveStorage::DirectUploadsController#create as JSON
  Parameters: {"blob"=>{"filename"=>"001.jpg", "content_type"=>"image/jpeg", "byte_size"=>101505, "checksum"=>"qEG2QTZafLMiMl/TXWy6cw=="}, "direct_upload"=>{"blob"=>{"filename"=>"001.jpg", "content_type"=>"image/jpeg", "byte_size"=>101505, "checksum"=>"qEG2QTZafLMiMl/TXWy6cw=="}}}
HTTP Origin header (http://sample.lvh.me:3000) didn't match request.base_url (http://lvh.me:3000)
Completed 422 Unprocessable Entity in 7ms (ActiveRecord: 0.0ms | Allocations: 807)



ActionController::InvalidAuthenticityToken (HTTP Origin header (http://sample.lvh.me:3000) didn't match request.base_url (http://lvh.me:3000)):

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,584+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.