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
- Functions not executing after usage rese...
Hi team, Last month my project hit 100% usage and functions stopped working (expected). Now the new month has started and usage has reset, requests are going ...
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- Provider error when creating a function ...