Closed ArthurDanjou closed 1 year ago
Hello,
I have implemented nuxt-trpc with Zod, Prisma, and Nuxt3. I've followed the documentation (official TRPC.io and nuxt-trpc documentation) and after running yarn dev, my nuxt application is loading infinitely.
yarn dev
You can find my trpc files here, my nuxt plugin , how I call TRPC in my composables files.
I have no error in the terminal and in the browser console
Everything works after fixing an overlooked query that was looping a route
Hello,
I have implemented nuxt-trpc with Zod, Prisma, and Nuxt3. I've followed the documentation (official TRPC.io and nuxt-trpc documentation) and after running
yarn dev
, my nuxt application is loading infinitely.You can find my trpc files here, my nuxt plugin , how I call TRPC in my composables files.
I have no error in the terminal and in the browser console