
I'm trying to implement a worker in an appwrite function but I'm having problems creating the promise.
I would like to know if this feature is still possible and how it would be done.
The problem apparently is with the worker call within worker.js, which is not being made, and the promise response is coming up empty, I've already tried changing the file path and it didn't work.
Node 18.0 Appwrite 1.4.13 Node-appwrite 9.0.0
Recommended threads
- Server Error when Pushing a Function
Get this ambiguous error when trying to push my function, it's TypeScript using NodeJS 18 ``` ? Which functions would you like to push? get-grades (get-grades)...
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Function running in cloud but not locall...
Hi everyone, I have an appwrite function which is on python3.12 runtime. I have a library (hnswlib) which builds wheels during installation. This works on appwr...
