Mutations on the trpc functions is throwing ["ERR_INTERNAL_ASSERTION"], queries are working fine.

Why are my mutations not working as they should ? The tRPC mutation function I call does not execute any lines of code inside that, it just throws the internal assertion error after few seconds. My setup is correct I feel as all the queries work fine, but the mutations dont.
Was this page helpful?