Hey guys !! Can any one please help me using appwrite cloud functions. Actually migrating my whatsapp msg api from render to appwrite functions and everytime i run it getting this err:-
at execute (/usr/local/server/src/server.js:159:28)
at action (/usr/local/server/src/server.js:174:33)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /usr/local/server/src/server.js:10:9```
for testing purpose even / which return Hello World is also giving the same err
this happens if your function isn't in the right format...did this function exist before or after 1.4?
I just added it today not sure about the version π
then please refer to the docs for how to write your function: https://appwrite.io/docs/products/functions/development
@Steven Okay thanks !!
Recommended threads
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...