Hello everyone, I am trying to make a function that is launched when deleting a collection, I am doing it with dart. I have an if looking for the req.method if it is equal to delete, but when I try it, the requests always arrive by post, I have tried it with the storage and it is the same, is it normal or why do they always arrive by post?
Recommended threads
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...