in res.json or res.text is the status parameter a string or Number or some unique token in functions runtime
Cound not find anything in the documentation
seems like integer
I would advise against sending a value for that right now. It can cause problems
In any case the status you're setting is only between the function and Appwrite executor.
And, then, Appwrite's adding to the execution object. But the response from Appwrite will always be 200.
Recommended threads
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...