Rank 2: Process
[SOLVED] function payload not showing in request
Votes
2
Replies
24
Participants
Unknown
Messages
25
Moderator
Seems correct
Rank 2: Process
Moderator
Seems like what's not correct is the file_url method?
Rank 2: Process
earlier it's not working because i was doing this {}
Rank 2: Process
{
Rank 2: Process
q: "ab"
Rank 2: Process
}
Rank 2: Process
but now it works with
Rank 2: Process
{
Rank 2: Process
"q": "ab"
Rank 2: Process
}
Moderator
I don't have too much knowledge about JSON but that seems to be correct
Rank 2: Process
might wanna update the example JSON
Rank 2: Process
I had almost 27* failed execution because i was not parsing correct formated payload
Moderator
Seems the example is wrong
Moderator
ChatGPT agrees 😆
Rank 2: Process
gpt coming in clutch
Moderator
I will open a PR unless someone says the opposite
Rank 2: Process
thansk for help btw
Moderator
@Steven Could you confirm that's true?
Moderator
[SOLVED] function payload not showing in request
Moderator
I know it seems to works only when using strings, but maybe the example was done that way for any specific function or method?
Admin
This was fixed in 1.2.2: https://github.com/appwrite/appwrite/issues/4940
Moderator
Then done 😅