error route always getting 500 from trpc error? (next13/approuter)
I've got this condition for throwing in my trpc procedure:
and on client I have a next13
error.tsx
route, in which I do:
errorCode
is always 500 when we throw from that condition. No matter the code I pass when I throw3 Replies
Bumping this. Cant figure it out for the life of me
I'm running into the same problem. Regardless of the code I pass to the constructor of
TRPCError
when throwing I still get INTERNAL_SERVER_ERROR
code on the client. Can anyone help?
@jack Were you able to figure out a solution?Lol I forgot about this entirely
For what it’s worth I’ve tried rewriting this from scratch in app router, then Astro, then Solid and still not finished the app since I made this post 😂