Hello, i'm getting this error while executing a function directly from the dashboard. I verified all env variables and everything is right. I'm developping locally with docker desktop and nodeJS. Can someone help me ?
Maybe this will help: https://github.com/appwrite/appwrite/discussions/3917#discussioncomment-3720296
Recommended threads
- 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...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...