T
tRPC
TypeScript Alias Imports don't get resolved ont the Client
TypeScript Alias Imports don't get resolved ont the Client
Looking for more? Join the community!
T
tRPC
TypeScript Alias Imports don't get resolved ont the Client
T
tRPC
TypeScript Alias Imports don't get resolved ont the Client
Recommended Posts
merging other routers to appRouterHey everyone, I am using the https://icflorescu.github.io/trpc-sveltekit package in my SvelteKit proCan I get non-redacted INTERNAL_SERVER_ERRORS in production?I'm trying to debug crashes in production, and having a hard time. As far as I can tell, errors are Error handling: Zod errors and manually thrown TRPCErrors have different shapeIf zod validation fails, the client-side `error.message` contains a JSON encoded array of errors, buprefetch() within getServerSideProps does not provide data upon manual refreshingWithin getServerSideProps:
`await ssh.user.getDepositInfo.prefetch(userId);`
`await ssh.user.getFQO