I try to get it to save data but for some reason it's saying that the "attribute error is not found" when it's already created.
TL;DR
The user had an issue with an attribute not being found. They discovered that the attribute and index creation was asynchronous, so they put their code in a setTimeout function to allow the attribute to be created before being accessed. The issue has been resolved.fixed it
I put the code in a setTimeout function.
[SOLVED] Attribute Not Found
Fyi, the reason why is attribute and index creation is asynchronous so it's not created right away.
got it.
Recommended threads
- endpoint variable
Appwrite Sites passes e.g. APPWRITE_SITE_API_ENDPOINT to the site, but i need this variable in Next.js in my Client-Side-Page. How can i pass it? Next.js only p...
- support counts
I want just want number of rows i have matching few conditions, if databse.count was there then will had saved few resources, instead using databse.listrows
- How can I get the Google Avatar of the u...
How can I get the Google Avatar of the user that signed in with Google?