React Query refetch is refetching very slowly
refetch function, the data doesn't update right away, instead, it will stall for a few seconds, and then eventually update. We know that the data is updated, since when you reload the page, the data is correct. Any ideas on what I could be doing wrong here? Should I be running a useMutation despite not owning the 3rd party api? Am I misunderstanding refetch? Thanks in advance!...Recommendations for generating public api docs
Prisma is not returning a type that has the property for the included relation
data so the final record object looks something like this
```...TypeScript powered settergetter of objects by path
Know of any alternatives to tailwindUI?
nextauth with next13 - invalid body

Prisma is in my client bundle and I don't know why
@prisma/client) is in my client bundle (see screenshot).
Some information:
- Prisma v4.5.0 & Next.js v13.0.4
- I export a prisma variable like normal from a single file...
No Overload matches this call with nextAuth mapping

GitLab refer to specific code in repo via code snippet

How do I send sign-in links to New Users in Next-Auth, but disallow new registrations?
next-auth: signIn(). There is no separate callback for signUp.
Basically, what I want is:...running tests in the t3 monorepo
Error: Failed to resolve entry for package "@test/auth". The package may have incorrect main/module/exports specified in its package.json.
Error: Failed to resolve entry for package "@test/auth". The package may have incorrect main/module/exports specified in its package.json.
Is there a way to detect in the browser when the user connects a device to their machine?
Asset load progress library
Overflow Behavior in CSS

Getting a type from Zod Schema
store images on cockroachdb using prisma
Is it possible to run websocket (trpc subscriptions) server in the same process as nextjs app?
DES algorithm
I want only registered users to be allowed to login & only admin can register new users? (Next-Auth)