#[SOLVED] Appwrite function not accepting res.empty() as response
6 messages · Page 1 of 1 (latest)
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 @steady belfry how to show a log in cloud function if I wish to