kevin.hill.fortunabmc
Modular Router Thoughts
I think I am running into a new issue.... Since
@org/api
created t
with initTRPC
to make my auth middleware to make my protectedProcedure
ok... I imported that into @org/asana
to be able to make asanaProcedure
and this appeared to work... But mutations are failing because a Date
is going through "naked" and failing to parse as JSON. I know you are going to say superjson
and I have it everywhere it should be....25 replies
Modular Router Thoughts
or maybe we need something with Asana and Zoom, or Salesforce and Dropbox. tRPC has made it so easy to modularize the different clients into procedures, protect it all with Clerk and a middleware. It's so nice to be able to do all of that with type safety
25 replies
Modular Router Thoughts
I use NextJS and tRPC and, for example, make a simple app that ties Azure and Asana together to be able to have a drop-down of users, populated by tRPC and Azure, and then it can create tasks in Asana using info from MsGraph
25 replies
Modular Router Thoughts
I am using tRPC with to rapidly build internal apps for my team. We have lots of services we use, but no good birds-eye-view of all our users. I work for https://www.fortunabmc.com/
25 replies
Cannot access 't' before initialization
I posted my own discussion here if you want to check it out https://discord.com/channels/867764511159091230/1111426709519093840
16 replies