When you delete a torrent, the application redirects to the deleted torrent details page.
By the way, the API endpoint is returning a 400 error instead of a 404:
http://localhost:3000/v1/torrent/443C7602B4FDE83D1154D6D9DA48808418B181B6
{
"error": "Torrent not found."
}
We have to change it on the backend.