React Developer
Please someone. I am dying. how is true not a valid boolean here???
(NOBRIDGE) ERROR Error calling Appwrite function: [AppwriteException: Invalid async param: Value must be a valid boolean]
const response = await functions.createExecution(
"FUNCTION_ID",
JSON.stringify({ images: processedImages }),
{ async: true },
{ headers: { 'Content-Type': 'application/json' } }
);