Solving Active Storage InvalidAuthencityToken Error
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)):