Trying replacing this
let formData = new FormData(event.currentTarget);
with this
const formData = new FormData();