Seems correct
Seems like what's not correct is the file_url method?
earlier it's not working because i was doing this {}
{
q: "ab"
}
but now it works with
{
"q": "ab"
}
I don't have too much knowledge about JSON but that seems to be correct
might wanna update the example JSON
I had almost 27* failed execution because i was not parsing correct formated payload
Seems the example is wrong
ChatGPT agrees π
gpt coming in clutch
I will open a PR unless someone says the opposite
thansk for help btw
@Steven Could you confirm that's true?
[SOLVED] function payload not showing in request
I know it seems to works only when using strings, but maybe the example was done that way for any specific function or method?
This was fixed in 1.2.2: https://github.com/appwrite/appwrite/issues/4940
Then done π
Recommended threads
- Function running for more than 2 hours i...
This is my projectID: 669fe01b003800dd0503 Cloud functionID is 696ea05400147eb8eb3b I hope this doesn't count against my GB-hours?
- 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...