React Developer
Hey guys, I'm new here so please feel free to beat me up for being dumb. I am running a function using Node.js and keep getting the error below. I am trying to troubleshoot it, but I can't get any console.logs or console.errors to actually print out. Maybe I am looking for them in the wrong place? Maybe getting written natively and not to appwrite logs? Help!
TypeError: Cannot read properties of undefined (reading 'res')
at module.exports (/usr/local/server/src/function/src/main.js:73:20)
at execute (/usr/local/server/src/server.js:210:22)
at action (/usr/local/server/src/server.js:225:27)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async /usr/local/server/src/server.js:14:5