FormData append not working
When logging a formData object with just console.log(formData) it always returns empty, as you can’t log formData. If you just have to log it before sending it, you can use entries() to get the entries in the formData object