
TypeScript
? Which functions would you like to deploy? automated_service_sender
(2580_automated_service_sender)
ℹ Info Deploying function automated_service_sender ( 2580_automated_service_sender )
✗ Error Function automated_service_sender ( 2580_automated_service_sender ) not found in the current directory. Skipping ...
✓ Success Deployed 1 functions
what am I doing wrong?
TL;DR
The user is getting an error saying that the function they are trying to deploy is not found in the current directory. The solution is to make sure they are running the command in the correct folder where the `appwrite.json` file and the `functions` folder are located.
@Binyamin is typing thanks man

Are you running the appwrite deploy function
command in the folder where you have your appwrite.json
file and the functions
folder?

yes
Recommended threads
- 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...
- Permissions for bulk operation
Hi team, I have a question: “In the databases.createDocuments bulk API, can I set document-level permissions? If yes, how exactly should I include the permissio...
