Hey guys !! Actually I was migrating an api from render to appwrite functions (whatsapp-web.js api has /message to send messages to a phone number)
it was working fine in render but giving this err in appwrite
NOTE:- This doesn't seem to be due to my code as I don't have server.js file
TypeScript
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```
TL;DR
Developers are getting a "TypeError: userFunction is not a function" error when using WhatsApp API in Appwrite functions, despite it working fine in Render. The error seems to be originating from the server.js file in Appwrite.Recommended threads
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...