dammyOriginal post
Rank 4: Virtual Machine
Plain text
? 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 functionswhat am I doing wrong?
Summary
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.