0👍
I suspect the error originates from the try section. Look at the code below
const editUser = await User.findByIdAndUpdate(_id,user,{
Arent you supposed to use only the _id, in which case the user is redundant. What happens when you remove it (,user,)
- [Vuejs]-Convert chrome extension into cordova mobile app
- [Vuejs]-Changing row font color of rows with vuejs and veuntify
Source:stackexchange.com