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
Custom Worker for Cloudflare Workers
Getting a warning during build with TanStack Start

workers runtime cancelling request with cloudflare/vite-plugin
9:47:18 PM [vite] Internal server error: The Workers runtime canceled this request because it detected that your Worker's code had hung and would never generate a response. Refer to: https://developers.cloudflare.com/workers/observability/errors/
at async ProxyServer.fetch (file:///home/akshat/Documents/git/commander/node_modules/.pnpm/miniflare@4.20251011.1/node_modules/miniflare/src/workers/core/proxy.worker.ts:174:11)
I am getting this error when i run the dev script, even if i don't use the cloudflare plugin at dev mode, the prod build also fails sometime with the same error.
I want to migrate to cloudflare, earlier i was using nitroV2Plugin and deploying to vercel...how to upload file in start
Seroval caught an error during the parsing process. Error The value [object File] of type "object" cannot be parsed/serialized. There are few workarounds for this problem: - Transform the value in a way that it can be serialized. - If the reference is present on multiple runtimes (isomorphic), you can use the Reference API to map the references. - For more information, please check the "cause" property of this error. - If you believe this is an error in Seroval, please submit an issue at https://github.com/lxsmnsyc/seroval/issues/newam i doing this correct, i tried searching in docs about how i am suppose to upload file but could not find anything...
client-side cookie helper?
getCookie, setCookie) only available on the server side? Why wasn't a client side helper exposed? I think digging through some of the code that it's using js-cookie lib which can definitely be used on the frontend.
So real only option now is for me to reinstall that package as well in user land....createFileRoute() doesn't pass context from global middleware -- FIXED
server route GET handler not triggered when `Link`ed
<Link to="/some-route">Test</Link>. Is there a way to make this work? a full page refresh triggers it but not navigating to it via Link?Time spent on reloading
Uncaught (in promise) TypeError: Failed to fetch dynamically imported module

Anyone had any luck setting up Posthog with error tracking?
<PosthogProvider /> inside __root.tsx and wrapped my RootDocument with it.
Seems to me that it would make sense to capture errors in the defaultOnCatch handler inside createTanStackRouter like so:...CSS flickering only after docker build
What is the best way to fetch deferred data for the content and meta?
Deploying to Cloudflare issues

Copilot Route File Generation
tanstack-start-shadcn-tailwind.instructions.md (from awesome-copilot) and tanstack-start-cookbook.instructions.md (from tanstack-start-cookbook, shout out jherr). When Copilot creates a new route file, its contents seem to always conflict with...ยซ The connection was closed ยป error with bun hosting
createFileRoute() and createServerFn() loader type error with Vercel AI-SDK.
Type 'Promise<void>' is not assignable to type 'never'
Is the @tanstack/react-start sentry integration broken?

serverContext is empty

Naming server functions for logs
/_serverFn/35b9306603fe2ea5a6a884ff22be58cf81e52afb4d4ab0edfed5ac694d6c3b52
I understand obfuscation is preferable to some, but personally I'd like to be able to see what server functions are getting called in my logs so I can keep track of when things are getting called more easily...