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
- Dart Runtime as Function is missing
Hey guys, I set the _APP_FUNCTIONS_RUNTIMES to dart-3.10 and redeployed the appwrite stack but unfortunately the dart runtime doesnt show up. I copied the val...
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...
- Python TablesDB Rework
Hi, i starting to rework some older functions to TablesDB list_rows Method. I used list_documents with a resultset with worked fine. Now i tried to get all rows...