
I'm attempting to handle multipart form data through an Appwrite Function. I have yet to be able to receive or log it. I've tried manually adding the headers, allowing the fetch request to handle it automatically, I've tried using formidable to process the form data, and I can't seem to actually get the data to the function. I could easily develop a workaround, in fact I already had a working version running with the SDK, but I'm wondering if this is a limitation? I read the August 20,2024 update that said multipart form data would be accessible within functions and in the example it seems to work fairly easily. Something I'm missing here? As I said before I've tried many different methods, they all return blank values. I'll attach a few screens but I feel like they won't be that helpful. When I try sending the multipart form data it doesn't generate an execution record or log, even when I am getting the correct response. Is there a small example someone could post of properly sending and receiving formdata to/from a function?
The "No response was recorded" was from the attempt using formidable, the rest of them don't generate execution logs. I have tried every iteration of headers. Any insight would be appreciated.
https://i.gyazo.com/ce0063f8be49634c7d0a528f6ea87c46.png https://i.gyazo.com/8b04539f70de02800dc5217f9409636a.png https://i.gyazo.com/e9d36f73f111cf6a117b9b1f78e5aab4.png https://i.gyazo.com/6bfbbdf5941440f3b8b4b384dd08e31f.png
Recommended threads
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
- React native app login via Safari
Hi! I deployed for debug my React Native app in web, chrome everythink works well but in safari on mac and ios I cant login. I found this one error in safari co...
- Error Generation of certification for cu...
Hi, I tried to connect a custom domain, this worked but creating the certification afterwards fails with the following error: ```txt Failed to create TLS subsc...
