how do you get the query string in next app dir api routes?
GET example.com/api/foo?bar=%22baz%22 i want to get { bar: "baz" }Chirp Tutorial: tRPC failed on <no-path>:
tRPC failed on <no-path>: You need to use "withClerkMiddleware" in your Next.js middleware file. You also need to make sure that your middleware matcher is configured correctly and matches this route or page. See https://clerk.com/docs/quickstarts/get-started-with-nextjs ...
await Prisma create never resolves using PlanetScale
TRPC Internal Server Error
Prisma in next.js monorepo such as t3-turbo does not work
Fetching using useQuery based on changing state causes app to be too slow and throws an error
planetscale
Rendering a list pattern
prisma migrate remote database schema?
handle onError mutation

What's everyone's favorite testing library for the T3 stack?
div inside a div - preventing complex onClick event propagation
How can I 'sell' React to a workplace of dinosaur devs who hate javascript?
() => {} and just mentally check out. It's infuriating.
I'm probably the newest person there, and it's hard to be taken seriously when the next youngest person on my team is twice my age. Idk what replies I'm expecting, I guess I just wanted to rant....constructing link with search parameters
/results page. The situation is that if a user has preferences saved in localstorage, i want to embed those preferences within the link as search params like /results?sports=true&...
currently, i have ```ts
const appendParams = (path: PagePaths): PagePaths => {
const searchParams = new URLSearchParams();...Steam auth support.
next auth limitations with server rendering?
How to connect planetscale database using pgAdmin?
What statistics/analytics service to use?
How do I solve for a persisting session on Next-auth when User is deleted from DB.