Mongodb – Mongoose throws CastError: Cast to string failed for value "[ 'pending', 'in-progress', 'finished' ]" (type Array)
I'm using Mongoose with Next.js, atm I'm trying to initially seed the database by hitting the localhost:3000/api/seed endpoint, but I'm getting an error. Insomnia gives me a 500 Internal Server Error. This is the output in the terminal in VSCode:…