Advice on realtime integration
Search for Applications using Tailwind
Use tRPC server actions
experimental_nextAppDirCaller
? Are there any drawbacks to doing so, aside from it being experimental (such as issues with subscriptions or WebSockets)?...Does Sentry fully replace Axiom?
Vercel Sponsorship Revoked/Expired
invalidate data fetched from server component
queryClient.invalidteQueries()
How do I map next.config.js code samples in the Next docs to T3's implementation?
Deployment of T3 app / node / node w/GUI
Vercel Build out of memory
Authentication failed against database server at `localhost` error with prisma
localhost
, the provided database credentials for johndoe
are not valid. I am getting this error while makeing queries with prisma. The db url in the env is valid as the migration did work as expected but when I am making a query, I am getting this errorKonvo or react-konvo support for the NextJs14
Observability in Next.js
Error: Unable to find tRPC Context. Did you forget to wrap your App inside `withTRPC` HoC?
const update = api.users.update.useMutation({});I have faced this issue when the component that contains the above code get mounted and the issue pointing on .useMutation()...
TRPCReactProvider
wrapper from the layout...Clerk auth() called on a route with file extension in T3 stack
How to port an app from Next.js to the T3 Stack?
How can we enable experimental TRCP features?
Typescript generic field selection assumes type incorrectly
<Foo extends Something>(args: Foo)
, then you'd think args.field
is typed as Foo['field']
, but it's not, it's simplified down instead.
Here's a minimal repro:...onClientUploadComplete not working on backend adapters
Cannot upload files to supabase storage