Hello folks!
I'm using Oracle Apex + Oracle Rest Data Service and trying to display employee's photo in a report, but an error occurred:
note: Directly on Apex, without pass trough the Rest, works fine.


500 Internal Server Error
- An unexpected error with the following message occurred: .jpg; charset=utf-8
The query:
SELECT dbms_lob.getlength(photo) Photo
FROM fotos
And Oracle Apex is using apex_util.get_blob to try display image.
Thanks for helping!