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
- Function for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?
- OAuth2 Provider is disabled automaticall...
Hi everyone, I'm using self-host Appwrite 1.7.4. I can setup OAuth2 with Google successfully, however the provider is disabled automatically after one day witho...
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...