Next.js Discord

Discord Forum

`instrumentationHook: true` causing all fetch requests with form data to fail server side

Unanswered
Kurilian Bobtail posted this in #help-forum
Open in Discord
Avatar
Kurilian BobtailOP
Hey next community,

This bug has been puzzling me, at first I thought it had something to do with the API we were calling and their input validation but after exploring it more, it seems like all fetch requests done on the server that send FormData fail.

I've attached some code examples.

Simply removing the experimental config option fixes it.

Would be great to get some answers here as we can't enable telemetry for our app because of this. Thanks in advance!

next: 14.2.8
Image
Image

0 Replies