Closed mednche closed 2 years ago
Thanks for reaching out @mednche. This repository is only tracking the development of the client-side SDK and not the Realm functions backend and as such I'll close this issue. I think the MongoDB community would be a great place to ask this question: https://community.mongodb.com
How frequently does the bug occur?
All the time
Description
Apologies if this is a question rather than a bug - I don't know where else to seek help.
I’m trying to implement an app similar to the O’FISH app. I followed the tutorial to the letter. My images are temporarily stored as binary data in MongoDB before being sent to S3 via a Realm trigger function.
I’ve written a realm function that uploads a file to my S3 bucket. This function works fine if the file is
"hello world"
. However, I get Error: Unsupported body payload object when my file is a binary image queried from a MongoDB document.How do I upload a binary image (straight out of a MongoDB document) to S3? Do I need to change the format my images are in?
Stacktrace & log output
No response
Can you reproduce the bug?
Yes, always
Reproduction Steps
Here is my realm function:
And here is my
uploadImageToS3
function:Version
JS SDK Version: 3.18.0
What SDK flavour are you using?
MongoDB Realm (i.e. Sync, auth, functions)
Are you using encryption?
No, not using encryption
Platform OS and version(s)
Realm Functions - JS SDK Version: 3.18.0
Build environment
No response
Cocoapods version
No response