react-query-questions
solid-query-questions
table-questions
virtual-questions
router-questions
react-charts-questions
ranger-questions
vue-query-questions
svelte-query-questions
bling-questions
form-questions
angular-query-questions
start-questions
db-questions
start-showcase
router-showcase
📣-announcements
Cannot get custom server entrypoint with Start + Cloudflare
Throwing error inside Server Function's handler crashes the app
Do you keep your mutations/queries and `mutationOptions` /`queryOptions` in the same file?
queryOptions/mutationOptions in the same file? ThanksMigrate from TanStack Router to TanStack Start
Route.useSearch() not inferring type from validateSearch
pnpm create hanging on "solidui-cli"
Getting userId in server function
Docs on cloudflare hosting using wrangler
Should I use Cloudflare Adapter or Nitro to deploy my TanStack project to CF Worker?
Sentry integration unclear for RC
Set HTTP status code from loaders
errorComponent renders fine, but the HTTP status code is 200, and there's noway to change that.
Tried setResponseStatus but that just gets ignored. Right now the only way I can get around this is a funky way of setting a custom header, then checking for that header in a custom Start handler on the server, then setting the response status code from there....loader fn not setting response headers like in 1.131.43
How to initialize query from within a loader using data from another query?
ensureQueryData with initialData but this wasn't working for me. So, I figured, maybe manually setting it 🤷♂️ But because route loaders in Start are isomorphic this can't be right + it doesn't work...
```ts
export const Route = createFileRoute("/_main/teacher/$teacherSlug")({...(intermediate value).routerEntry.getRouter is not a function
TypeError: (intermediate value).routerEntry.getRouter is not a function
at getRouter (/Users/carlos/Dev/clickpath/medicitas/medicitas-dev/node_modules/.pnpm/@tanstack+start-server-core@1.133.13/node_modules/@tanstack/start-server-core/src/createStartHandler.ts:126:42)
TypeError: (intermediate value).routerEntry.getRouter is not a function
at getRouter (/Users/carlos/Dev/clickpath/medicitas/medicitas-dev/node_modules/.pnpm/@tanstack+start-server-core@1.133.13/node_modules/@tanstack/start-server-core/src/createStartHandler.ts:126:42)
Server function error handling
Testing for Tanstack Start.
Next.js Image equivalent
TypeError: Cannot read properties of undefined (reading 'protocol')
Migrage from react-router to TanStack with vite@6.0.5. TanStack dev server can't start normally

Server Fn error return types