turbo clerk auth not working
Struggling to add client-side environment variables
FOO_URL=https://example.com/
...runtimeEnv
object to the following:
` runtimeEnv: {...TypeError: URL is not a constructor
Hiding ICE Servers connections
.env
but in the end I still call it in a page so I am confused right now.
Another thing that I saw was to get it from an api route but then I would need temporary username and credential which I still don't know how to implement. My TURN server is currently in AWS EC2 and everything seems to be working fine.
```tsx...Stackblitz or Codesandbox - Remote Development
issue with prisma studio part (tutorial)

Typescript wizards needed! Circular dependency with Zod inferred schema type withing superRefine()
superRefine()
call on the object to do additional validation.
I want to separate the function call from the function within superRefine()
to another validation function that accepts (val, ctx) and performs the validations/adds issues there (see below example.
It works functionality wise however the issue is when I use the z.infer
type of the schema to provide the type of the val
parameter I get a circular dependency error. ...Loading file or suspense?
What is the easiest way to get your content from the trpcState

Clerk: auth() was called but it looks like you aren't using authMiddleware in your middleware file
Data coming back as undefined in T3 Stack Tutorial
const { data, isLoading } = api.posts.getAll.useQuery();
Anyone else run into this issue when following the tut? I have no clue what to do to fix it? Do I just move on and hope future code in the tutorial fixes the issue?...Questions from someone new to T3 stack
Middleware is not working
How to provide more info on ctx.session.user in the routers?

Choosing a React framework-thing
Sentry Next.js setup issues
Understanding sockets with t3, looking for tutorials
bundle size and browser performance