formData never returns in request
I upload a formData with a file (note it works fine without files) and doing
it just hangs. I have no idea why. Anyone have any ideas?
it just hangs. I have no idea why. Anyone have any ideas?
const formData = await request.formData();