TypeScript
? Are you sure you want to apply these changes? (YES/NO) YES
TypeError: Cannot read properties of undefined (reading 'filter')
at attributesToCreate (C:\Users\dev\AppData\Roaming\npm\node_modules\appwrite-cli\lib\commands\push.js:792:36)
at pushCollection (C:\Users\dev\AppData\Roaming\npm\node_modules\appwrite-cli\lib\commands\push.js:1414:29)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async pushResources (C:\Users\dev\AppData\Roaming\npm\node_modules\appwrite-cli\lib\commands\push.js:914:13)
Cli: 6.1.0 appwrite: :1.6.0
TL;DR
Appwrite push collection is failing due to a TypeError. The error is caused by trying to read properties of 'undefined'. The issue is located at line 792 in the 'push.js' file. Updating the Appwrite-cli to version 6.1.0 may resolve the problem.Recommended threads
- hi guys! my site is not accesible in my ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...