i work on node.js and ejs. i got "TypeError: Cannot read properties of undefined (reading 'push')" error.
i can write id log but i can't push to my array field.. some needs help
CodePudding user response:
user.course
is undefined, try console.log before pushing. It might help