Trying to update a cloud function and get the attached error. No errors show up in VS Code, reviewed the code a few times. A previous version of the function is currently deployed and working. Made some minor enhancements and dependency updates and now it wont deploy :/ ..
Running Selfhosted - Appwrite 1.5.7
just commented out the whole function and tried to deploy and still get the same error :/ dont think it has anything to be with the function itself. Rebooted the container and still not dice
could you post the function code? is the entrypoint correct?
Did you deploy it through cli or git?
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...