You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove db from the return and import db in tRPC routes instead. For example, await db.user.findUnique instead of await ctx.db.user.findUnique. This speeds it up significantly.
Describe alternate solutions
N/A
Additional information
No response
namdao2000, Theskrtnerd, Dzaka-athif and HARI-PRMDshaun-fitzgibbon, HARI-PRMD and Huh-David