[SOLVED] AppwriteException: Invalid document structure: Unknown attribute
- 0
- Databases
- Web
- Cloud
Could you please show me your attributes in that collection
And Print the error in the catch block, but not your custom text.
console.log(error)
@djv
ok
I havent created any attribut
in my collection
yeah
you have to create it first
with the name
content
and it takes todo
string
it clearly said that, you dont have any attribute named content
so, go to collection and create an attribute, put it as string, and give some char length and then click reqired
If you get any error, let me know. 🙂
got it
it solved my problem
thanks a ton
hey @Sandeep K. Dasari I am getting rate limit now
is there any way to escape it
show the error man
now it is solved somehow
alright
[SOLVED] AppwriteException: Invalid document structure: Unknown attribute
Recommended threads
- 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...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...