My code was working fine but after taking fresh code I am getting this error but as I can see my id is valid Object Id
Cast to ObjectId
The reason for this error is documented in this mongoose issue. A workaround is to downgrade to mongoose version <= 4.7.2 or use Node version >=6.