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
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...