Mongodb – Axios return Cannot GET /[object%20Object] when calling axios.get()
I had an issue with the axios.get() when I tried to call my API from the frontend, it returned but when I test my backend with postman it is okay. Cannot GET http://localhost:3040/v2/user/[object%20Object] Please check code below: backend api router.get(…