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
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- My function executions console if overwh...
It seems the requests are getting processed correctly but it is using a older version of the backend. And it seems the cron requests done an hour ago are shown ...
- [SOLVED] Query.search() returning all ro...
When I use Query.search() instead of returning rows with the keywords provided it just returns all the rows in the table.