Threads
Invalid type for attribute 'email': email
I'm using the node-appwrite SDK to create a table, the column payload looks like this: [{"key":"email","type":"email","required":true, "size": 512}] But I'm getting the error `Invalid type for attri...
- Self Hosted
- Databases
12 days ago
Transaction and Session
I've been debugging for hours a problem that now I think it's because It's not allowed: In my project a user log in using the `node-appwrite` SDK (SSR) I store the cookie and then I use it for my dif...
- Self Hosted
- Databases
7 months ago
[SOLVED] No permissions provided for action 'read'
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The function perform successfully listRows at the...
- Resolved
- Self Hosted
- Functions
7 months ago