Report of broken image upload #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A user at Sauve's office has reported that they tested the new version of the app, 2.3.
The user created a test referral using themselves as the patient and attaching a pan. The app uploaded the correct information for the referral but failed to upload the pan. They report no error messages during the process.
They have tested it again.
If they attempt to attach an image file it will fail.
If they attach a PDF this will attach. They did not attempt to send the referral.
Another potentially confusing element is that the attached PDF shows a path to the PDF.jpg thumbnail being used rather than the path of the attached file.

I verified that the image being uploaded is a jpg.
Attached is a screenshot of the file info. It was exported from VixWin which should be a common work flow.
The issue came from how attachment tokens were handled API side, causing the API to return a large JSON string rather than a attachment token, thus borking attachment requests. Issue has been resolved and should no longer occur.