Type Errors when importing AppRouter from npm workspace TRPC server

Issues with 'pnpm install' using t3-turbo-and-clerk
pnpm install it will install all packages to the root level node_modules. If I use a different version of pnpm it might install node_modules in the apps/packages, but it's an incorrect and incomplete installation. I've been stuck trying all kinds of things for a day now. I delete the pnpm-lock file and do a 'clean' before installing each time, but with no luck. Even pnpm clean only cleans the root level node_modules... I haven't touched pnpm-workspace.yaml or any config files, so I'm leaning on it being a PNPM issue, but I have no clue right now.
Anyone have any thoughts?
screenshot is an example of the incorrect installion I was talking about... in my apps/nextjs folder, this is what it installed for node_modules....
Iterate over an array and create a new sorted object.
`getServerSideProps` fails silently and returns 404
getServerSideProps, the page just returns a 404 with nothing logged in either console. Is there a way to make it not fail silently and log the error? (I’ve tried putting it in a try catch block)createProxyHelpers typing

Slow cold start times in Vercel with my T3 App API

Is there any guide or tips for migrating a Blitzjs app?
How to use getInitialProps within _app.tsx?
color-scheme which is saved in a cookie into the app page. Is there a simple way to do that?
I already tried different solutions, which did not work. Currently I have the following:
```tsx
App.getInitialProps = async ({ ctx }: { ctx: GetServerSidePropsContext }) => ({...Options of Video Chat APIs to use inside my NextJS app
Zod - how to define schema for number that can be one of few values
react-hook-form with formatted numeric values
react-hook-form.
Since the amounts can grow up to the millions in my case, I want to format the displayed value having a thousand separator for better UX.
I looked for libs for formatting these values, and the best (maintained, easy to use, high popularity) I could find was react-number-format, so I gave it a shot.
I found some attempts, all telling I might need to make my input "uncontrolled"....How well can I rely on Tailwinds ability to know what classes to include in the CSS?
tips on getting file sizes down in a nextjs 13 project?

What's everyone using for implementing google sso?
What is an effective way to proxy your backend API? (NextJS)
Next Font showing ts errors

wrapping a generic function in typescript
busyable which then returns a function that precedes and succeeds the callback passed in by toggling busy state. something like this: ```ts
const busyable = (fn: (...args: any) => Promise<void>) => {
return async (...args: any) => {
busy = true;
await fn(...args);...is it problem to install next-auth by hand?
GET request I get page not foundDocker & Nginx - ports
80 and 443, but those ports are already taken by Nginx which is running in non docker environment.
Can I run another nginx (in docker) on this VPS if those ports are taken?...