I think i found an TRPC BUG
I am using TRPC With Fastify and bun (node.js alternative)
if you try to call any .mutation route the application crashes.
Router example:
error is screenshot
I also edited the package to console log resource.runin....
and it came back as undefined, this does not happen when using .query
if you try to call any .mutation route the application crashes.
Router example:
error is screenshot
I also edited the package to console log resource.runin....
and it came back as undefined, this does not happen when using .query
