
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
- Having errors migrating to cloud
Project will not migrate compeltely
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
