I have set Dropzone to only allow PDfs
acceptedFiles: "application/pdf"
However whenever I upload a PDF it throws an error. In the response it is stating that the file I tried uploading was an unkown file type.
type: "unknown/data"
I am not sure how to handle this or fix it. I have tried multiple PDF files from all different sources.