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
Tanstack Start for Static Prerendering with Client Side Rendering but not Server Sider Rendering
Does deploying a new version of a tanstack start application break server actions?

SSR
Flash caused by head component in _root
Meta
component of how the root is SSR because it causes a flash to occur on pretty much every page load. Could potentially be related to the css that added as a stylesheet in meta, but removing it doesn't change the error. (see attached)
Using TRPC with procedures that require auth on a server
createTRPCClient
with httpBatchLink
url because to access auth cookie when making calls from server I'll need to manually pass headers to second call....Deploy the backend to another domain
onSuccess is not working in component file but working in query file
Redirect to external URL from server function 2
Using Convex Auth - TypeError: Cannot destructure property 'signIn' of useAuthActions
Redirect from Middleware
useServerFn
for the serverFn, but not sure if there's an equivalent hook that is needed for the middleware as well; currently just getting the following error in the console:
react-dom_client.js?v=a8826ad7:6490 Uncaught Error: Switched to client rendering because the server rendering errored:
{to: ..., isRedirect: true, statusCode: ...}
react-dom_client.js?v=a8826ad7:6490 Uncaught Error: Switched to client rendering because the server rendering errored:
{to: ..., isRedirect: true, statusCode: ...}
Modifying localhost
app.localhost
instead of just localhost, but I can't seem to make a proper configuration on app.config.ts
, nor do I seem to find any examples anywhere.
Thank you for your help ๐...Is it possible to deploy server functions to Deno?
Need Help Getting Started with TanStack
I'm new to TanStack and I would like some clarification on an issue I encountered I followed the getting started guide in the TanStack documentation at the following link: https://tanstack.com/router/latest/docs/framework/react/start/getting-started and everything worked perfectly. After testing several features of TanStack, I tried using
validateSearch
. However, I noticed that once I use validateSearch
in createFileRoute
, none of the onClick
buttons work anymore. Is this normal behavior? ...Async Req for Context
Whilst in debugging mode - anyone else happen to come across the `#crypto not found` error
bun
with @tanstack/start
and @clerk/tanstack-start
, following their getting started guides, build the app then try to run with bun .output/server/index.mjs
- yeilds a "#crypto not found" error. I know this probably more a bun issue with interoperability, but theres no resources I can find to resolve, wondering if anyone has come across similar (๐ค maybe with a fix)Sentry integration with TanStack Start
Pre-render routes
Global middleware for server functions