Tell us what’s happening:
I’m trying to delete using model.remove()as mentioned in my code in below link. But i’m getting this error, even I checked i couldn’t find any Syntax error.
SyntaxError: Unexpected token o in JSON at position 1
at JSON.parse ()
at /home/runner/boilerplate-mongomongoose/server.js:346:29
at /home/runner/boilerplate-mongomongoose/node_modules/mongoose/lib/model.js:4994:18
at processTicksAndRejections (internal/process/task_queues.js:79:11)
Your project link(s)
solution: boilerplate-mongomongoose - Replit
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36 Edg/102.0.1245.39
Challenge: Delete Many Documents with model.remove()
Link to the challenge: