Getting the `OurFileRouter` type for the generateReactHelpers function for custom input component.
FileRouter type for the generateReactHelpers function. I'm not using monolithic architecture similar to the example from https://github.com/pingdotgg/uploadthing/blob/main/examples/backend-adapters/client-react/src/uploadthing.ts
What would be your recommendation on how to resolve this? Thx u π...Bug: [uploadthing] Unable to Resolve UI Package Path in Next.js + TS + Tailwind Project

is there a variation of `react-native-country-picker-modal` that doesnt use defaultProps
t3-chat: start new chat from url endpoint
https://www.youtube.com/results?search_query=%s to make a youtube search. I use this a lot for custom search in the browser.
TLDR: does t3-chat have some endpoint similar to: https://t3.chat/chat/newchat?model=foo&question=%s to start directly start a new chat?
If not, where can I make a feature request for this?...Unable to have a environment variable only on client?
better-auth library for my app and it requires the BETTER_AUTH_URL environment variable on the client side, therefore I prefixed it as NEXT_PUBLIC_BETTER_AUTH_URL.
```js
import { createEnv } from "@t3-oss/env-nextjs";
import { z } from "zod";
...BETTER_AUTH_URL on server and NEXT_PUBLIC_BETTER_AUTH_URL on clientReact on Amplify with or without Next.js
Claude Sonnet 4
T3.chat text to image
When will you add pdf support in t3chat?
React Native Phone Input
onChangeText handler, setting state manually and assigning it to the TextField's value prop, but this leads to a jumpy UI where the unwanted character is shown briefly before being removed. I'm assuming this is happening because the state being set on the JS layer tries to override the native text input component AFTER the native layer has already set its own internal state....Question about refresh /access token
Is it possible to see cache hit/skip in the terminal when using Next with tRPC in the t3 template?
{ cache: HIT } for example next to your API call in the terminal.
However, those docs mention that this only works out of the box with fetch.
Does anyone know if there's a way to set this up with tRPC?...noob need help!
Rails help
Why does "yarn create t3-app" freeze? | Mac, node 22.5.1, yarn 4.6.0 (via nvm)
How should I handle differences in frontend TS types vs database schema?
Posts p table with the columns post_id, (fk) user_id, content. Assume other tables exist.
But then in my UI I have a TS type Post that looks like
```typescript
{ post_id: string; username: string; content: string; messages: Message[] }...t3/env strange behavior on validation
attempted to access a server-side environment variable on the client. However, the variable in question is consumed by a server action. Iβm not sure if this is a bug or if environment variables read within a server action are actually exposed to the clientWhen Theo says "put it in the KV", what is the KV?
ufs.sh or utfs.io?
Previously, all files were served from https://utfs.io/f/<FILE_KEY>. This is still supported, but not recommended and may be deprecated in the future.
and also
Everything is served from https://<APP_ID>.ufs.sh/f/<FILE_KEY> ...Nextjs 15 404 page
[slug].tsx here it returns a 404.
I have this route app/living/location/[slug]/page.tsx but if I visit this route:
http://localhost:3000/living/location/test...