Hey guys,
I'm facing a problem rendering an image from the DB and i'm getting crazy!
I'm calling the service query the Files database like that:
https://api.appery.io/rest/1/db/files...
with the REST TEST it works fine, but the response contains a JSON with an error (take a look to the screenshot) and my app is not able to parse it. In fact when i call it in the real application (not rest test) it returns: parse error.
The base64 string seems to be valid and if i remove the "new line" chars (with notepad++ for example i repalce "\r\n" with anything) also the JSON error disappears.
Any idea?
Thanks a lot,
Gabriele