I try to deploy function using CLI and after command appwrite deploy function
I choose the function and see the next message: ✓ Success Deployed 0 functions
Where do I need to look to fix this issue?
TL;DR
Developers are encountering an issue where deploying functions via the CLI shows the message "Success Deployed 0 functions." To fix this problem, developers should check the configuration file of the appwrite project to ensure that the correct directory for the functions is specified, allowing the deployment process to locate and deploy the functions successfully.