
I am tring to deploy a cloud fnction but it keeps failing majorly because my dart version is 6.0 and the available appwrite version is 5.1, what are the plans to having dart version 6 added to appwrite? or how can I overcome this issue without having to downgrade flutter version or using FVM?
Recommended threads
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
- function stuck on 'processing' forever i...
I've made an image to zip convertor function, when I execute it through console it's forever stuck on 'processing' but when I try to execute it through postman ...
