What version of Bun is running?
latest
What platform is your computer?
linux
What steps can reproduce the bug?
post body in bun is ArrayBuffer not string, object so code not work. in dev work, in prod not
What is the expected behavior?
{ name: 'Joe' }
What do you see instead?
ArrayBuffer ....
Additional information
No response