Sology / uppy-activestorage-upload

Rails ActiveStorage DirectUploads engine for Uppy
MIT License
23 stars 68 forks source link

Authenticity token bug #2

Open andrew-oko-odion opened 5 years ago

mizinsky commented 5 years ago

@andrew-oko-odion Can you ensure that you have X-CSRF-Token in your request header? I encounter that problem, but it occurred that I haven't got meta csrf-token tag in the head of my document (And ActiveStorage looks for it in document.head).