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
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...
- Repository directory size should be less...
Whenever I create a function i get the error above. Is there a way to get around this? How do I fix this?
- "Waiting" executions
For my React Native App, I have had no issues deploying a function in Appwrite & the executions either working or failing. Now I am getting status code - 0 & j...