DEV Community

Discussion on: MERN stack TODO application [Frontend]

Collapse
 
mrnilas profile image
Niklas

Somehow i run some issues with the update and delete functions. They don't do, what they should.

Maybe somebody has the same problem?

Collapse
 
cyclokitty profile image
Laura Veee

I have a problem with the handleDelete function in showTodoList component. I keep getting a 404 axios error and the function only deletes the title and description from the mongodb record.

I've checked the routing to my localhost and it looks correct. http://localhost:8000/api/todo/${e.target.name} but still no love.