Describe the bug
The drag and drop area is supposed to accept .docx file but it doesn't.
To Reproduce
Steps to reproduce the behavior:
- Go to
https://nosia.localhost/
- Drop docx in the dropzone
- See error
Expected behavior
Should accept .docx type file
Screenshots
Additional context
Problem come from the stimulus app/javascript/controllers/dropzone_controller.js in the acceptedFiles it should also include .docx
Describe the bug
The drag and drop area is supposed to accept
.docxfile but it doesn't.To Reproduce
Steps to reproduce the behavior:
https://nosia.localhost/Expected behavior
Should accept
.docxtype fileScreenshots
Additional context
Problem come from the stimulus
app/javascript/controllers/dropzone_controller.jsin theacceptedFilesit should also include.docx