Searched for solution and details to no avail, so far.
Trying to do a data collection delete and it gives me a CORS issue inside electron. The create and read methods seem to work fine.
Is the collection has the delete permission?
It has "any" user with read. It won't let me change that, can not add another.
I think you'll need to add the delete
option.
It won't let me, says server error.
This already probably related to this https://discord.com/channels/564160730845151244/1102936099745177700/1117863004097228880
You are likely right, will shift back to non-cloud. Will be back when I hear the beta has new updates.
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...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.