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
- Realtime not processing messages
When subscribing to realtime events of database, the client's websocket receives the messages in the websocket feed, but doesn't call the specific message handl...
- problem with some tables (cant read rows...
I have a weird problem with some tables - they wont show the rows (in console it is stuck loading). I checked in mariadb directly and the collection can be read...
- Magic Link woes/noob
Magic Link is working; it sends the link to my email. But the link itself always leads to "Page Not Found. The page you're looking for doesn't exist". Clicking ...