wobsoriano / trpc-nuxt

End-to-end typesafe APIs in Nuxt applications.
trpc-nuxt.vercel.app
MIT License
687 stars 39 forks source link

Nuxt App isn't loading after implementing TRPC #73

Closed ArthurDanjou closed 1 year ago

ArthurDanjou commented 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.

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

ArthurDanjou commented 1 year ago

Everything works after fixing an overlooked query that was looping a route