Hi all,
I'm creating a token server and I want the token to be returned at the end of execution. Document states the execution needs to be synchronous for the getExecution to return a responseBody that is not empty. So, I turned async off in the createExecution method but the returned data when getExecution is called still has an empty responseBody.
Not sure what went wrong
Get execution won't have the data. It would be in the response of create execution
Thank you so much!!
is your problem resolved? May I close this as solved?
Yes it is resolved, thank you
[SOLVED] Empty function response body
Recommended threads
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...