Questions tagged [t3]

No instructions or recommendations have been provided for utilizing this tag at the moment.

Issue with updating state in child component preventing addition to state

Recently, I made the switch to TypeScript in my NextJS project using Create T3 App. One of the components in my app involves updating the state after a Prisma mutation is performed. I attempted to pass the setItems (which was initialized with useState) to ...

Clerk.dev encountered an unexpected runtime error: TypeError - Unable to retrieve data

I've been following the official T3 stack tutorial, but I'm currently facing an issue with clerk authentication. I made modifications to my _app.tsx as shown below: import { type AppType } from "next/app"; import { api } from "~/u ...

Transmitting image data (blob) from the frontend to the backend using Next.js and tRPC (T3 stack)

I'm currently facing a challenge in sending a leaflet map image from the backend to the frontend using the leaflet-simple-map-screenshoter library for capturing the image. The library returns a blob, which I need to transmit back to the backend and sa ...

Redirecting with NextAuth on a t3 technology stack

Recently, I set up a new T3 app using the NextJs app router. With NextAuth configured and some providers added, everything appears to be in order. However, once I log in, I keep getting redirected to a link that leads to a non-existent page: http://localho ...