I've encountered an interesting error.
If I POST a document to a patient's chart that ends with a .doc or .docx extension (this is the actual file that's uploaded NOT the description) I get this Internal Server Error every time:
HTTP/1.1 500 Internal Server Error
{"timestamp":1.504037781770601E9,"error":"Internal Server Error"}
But, if I give it some other extension, such as .der, .dep, .dex, as tested examples, they POST just fine.
The problem is that when the document is downloaded from the patient chart it will have that extension applied to it.
I can manually upload .doc and .docx files without an issue using the web interface.
Any ideas? Could somebody check this please?
Thanks,
-Colin