behaved
operation input is formdata but trpc makes it an application/json POST call
I found a fix to my issue:
superjson
transformer somewhat did not work in nextjs v15 app router, though it worked on v14 pages router
working code:
Shoutout to this repo, that I found my solution
https://github.com/juliangra/trpc-next-formdata-app-router5 replies