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
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...
- New Build not visible on Domain
I pushed some new code to my Appwrite Site and the build succeeded and is shown as active. Yet, I can only see the new version of the site on Appwrite's provide...