TypeScript
Error: Attribute creation timed out.
at createAttributes (D:\ecommerce-admin-panel\node_modules\.pnpm\appwrite-cli@6.1.0\node_modules\appwrite-cli\lib\commands\push.js:889:15)
at async pushCollection (D:\ecommerce-admin-panel\node_modules\.pnpm\appwrite-cli@6.1.0\node_modules\appwrite-cli\lib\commands\push.js:1425:13)
at async pushResources (D:\ecommerce-admin-panel\node_modules\.pnpm\appwrite-cli@6.1.0\node_modules\appwrite-cli\lib\commands\push.js:914:13)
TL;DR
Error message "Attribute creation timed out" is occurring in the push command of the Appwrite CLI while creating attributes, possibly due to a timeout. This could be resolved by optimizing the process or adjusting timeout settings in the CLI.Recommended threads
- Do I need to upgrade my Appwrite plan?
So i am making a file hosting & sharing platform (voltzy.lol) and i am expecting approx 5-8 million visit per month and over 30 million uploads per month do i n...
- 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...
- Accessing secure files from storage via ...
Hi everyone, can someone tell me what is the preferred way of accesssing user only files from storage in react native? I saved the file with user only read per...