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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...