onError: (opts) => {
logError(`Error in TRPC in path=${opts.path}`, opts.error);
opts.error = new TRPCError({
code: 'INTERNAL_SERVER_ERROR',
message: 'An error happened. Please try again',
});
}
onError: (opts) => {
logError(`Error in TRPC in path=${opts.path}`, opts.error);
opts.error = new TRPCError({
code: 'INTERNAL_SERVER_ERROR',
message: 'An error happened. Please try again',
});
}