anton 4ynpyH
anton 4ynpyH7mo ago

router is crashing when in separate file

When i use router merging and have e.g users router in separate file, i import router from trpc.ts and it is indefined when i use its methods, if users router is in trpc.ts everything is ok
Solution:
managed this stuff, took example file structure from Docs)
Jump to solution
6 Replies
BillyBob
BillyBob6mo ago
More info or code repoduction
Nick
Nick6mo ago
Sounds like you have a cyclic dependency
anton 4ynpyH
anton 4ynpyH6mo ago
@Nick Lucas @BillyBob
No description
No description
Nick
Nick6mo ago
So a cyclic dependency then
anton 4ynpyH
anton 4ynpyH6mo ago
so how to handle it, tell pls
Solution
anton 4ynpyH
anton 4ynpyH6mo ago
managed this stuff, took example file structure from Docs)
More Posts
How do I pass a Generic to a trpc query procedure?I want to to something like this: ```ts type AppIdsWithConfig = typeof kodixCareAppId | typeof calenIs there something to be done about trpc errors and solidjs/seroval?Basically if you `throw error` in trpc route, solidjs seroval fails to serialize it during SSR. I doHow can i createCaller from a NextJs App Router if my server uses express tRPC adapter?I'm using the express adapter for the server side of tRPC, and the client is a NextJS AppRouter app.Is there a way to refetch a query with new parameters?Hi I'm using tRPC in a Next.js app and I have a button that a user can click to get the latest dataIs there any benefit to putting the db connection in the context versus having it as an global var?Can I do this? ```ts export const challengesRouter = router({ getChallengeById: privateProcedure Controller is already closed crashIm using trpc with nextjs 14 app router and started to see that my app crashes due to such error. DiThis page needs to bail out of prerendering at this point because it used revalidate: 0I've been testing out partial prerendering with next using tRPC but having some issues. Everytime How to infer query types on client?```ts export const tenantRouter = router({ getTenants: procedure.query(() => { return { hello:NextJS Output TypingsQuick question probably stupid, I learned about this library yesterday and completely migrated from 'react-server-dom-webpack/client' errorHey, i am trying to get started with TRPC but getting this error ```shell ../../node_modules/.pnpm/