Mongodb – request failed with status code 500 error in axios post method
here I am trying to insert an object to Mongodb via POST using axios.the object that I send gets successfully inserted in the MongoDB collections. after inserting the object I need to redirect to the home page but instead of…