i am trying to send data to a cloud function but cant figure out how. i saw to stringify the data, and did, but still cannot use the data i sent. accordding to the function , if data is missing , show a 400 error code. and in the function log , i can see that. So i assume my data is not sent correctly or recived correctly. can anyone provide a code snippet if you were able to send and recive data to cloud function?
Recommended threads
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- Cannot create cloud function due to this...
As I try to deploy a new function to Github I get this error message: ``` Unable to clone code repository: fatal: ' ' is not a valid branch name hint: See `man ...