I have tried res.json(); as well still it could not recognize the json
with res.json()
Try making the first line
module.exports = async function ({req, res}) {
yep that worked thanks a lot
[SOLVED] Appwrite function not accepting res.empty() as response
also @ideclon how to show a log in cloud function if I wish to
Add log to the list of arguments passed into the function, and then you can use log()
Recommended threads
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- ClientException with SocketException: Cl...
hi <@564158268319203348> i have noticed this 500 status code in my function requests, it seems its not able to connect to the internet in the function as reque...