M Zeeshan
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
- Queries
Is there some difference if I do this: const promise = databases.listDocuments( database, collection, [ Query.equal('userId',...
- AppwriteException: Invalid `permissions`...
I'm encountering an issue with the node-appwrite SDK while attempting to create a storage bucket with custom permissions. Despite following the official documen...
- Cant make an avatar with node-appwrite
Hi! I cant make an avatar with node-appwrite, because i always get an error that its in an invalid format when im trying to upload it to the database ``` const...