cc
@trpc/client vanilla client not appending formdata data to the request/payload
server end works fine as i tested it with curl and everything went smoothly but when using @trpc/client package to make vanilla client and then doing a mutation like this
does not work, in request/payload it's just {} an empty object.
my vanilla client looks like this
i added content-type as u can see too but that didn't help at all.
8 replies