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
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...
- Repository directory size should be less...
Whenever I create a function i get the error above. Is there a way to get around this? How do I fix this?
- "Waiting" executions
For my React Native App, I have had no issues deploying a function in Appwrite & the executions either working or failing. Now I am getting status code - 0 & j...