[SOLVED]I am not getting the JSON Response that I returned from SDK Function which I have created.
- 0
- Databases
- Functions
- Web
Instead I am getting this response.
{
"success":true,"error":false,
"message":"New Item is successfully added to cart :)",
"data":{
"seller_id":"2312342423",
"location_id":"3242442412412",
"customer_id":"3242423421423",
"product_id":"s3rqr3453453",
"quantity":34,
"$id":"7328c4f1-5c02-4847-8c11-b9da3dc84bc3",
"$permissions":[],
"$createdAt":"2023-06-08T17:57:19.662+00:00",
"$updatedAt":"2023-06-08T17:57:19.662+00:00",
"$collectionId":"64816f544f942a48182b",
"$databaseId":"64816c7d76fe80dada91"
}
}
But I am sending this success response... I want this to come as a response after I have create the function execution.
I have solved the issue.
I have written 3rd parameter wile creating the execution as truw. It should be false .
such that, I have gotten the object which contains response . I have parsed it and stored in a variable as shown below.
[SOLVED]I am not getting the JSON Response that I returned from SDK Function which I have created.
Recommended threads
- Free plan Usage
I using a free plan with one organization. I have three projects but on the free plan I should be able to have 2 projects running But in my case only 1 out of ...
- SPA Not working
So I'm using vite/react, which is spa, and it used to work before, but now whenever I go to any route except the root it shows appwrites 404 page, instead of us...
- Database AI Column Suggestion Use Case
I tried using the AI column suggestion feature. For me, I prefer writing my column design separately in a notepad. Then my intention is to paste it into the AI ...