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
Apollo preload error "Expected a QueryRef object"
useReadQuery
from a ref created by the preloadQuery
function your integration gives.
It does appear that the data is still presenting so I'm not exactly sure what's going on.
I get the error on both Client & SSR.
I know this is not a lot of info to go on. I'll keep poking around....Run start index.mjs on subpath
Tailwind v4 Uncaught Error: Hydration failed
Using global variable store in @tanstack/start dangerous? or just acceptable in @tanstack/router?
SSR/API services
TSS with CapacitorJs how Server Functions know the prod server ip?
server.url
pointing to my local IP, but that is only for dev not prod...
I read the Nitro
docs, but can't find a configuration option where I set the actual production server IP....
is HMR supposed to be working?
Read child loader data from layout
Streaming SSR error
http://localhost:3000/deferred
NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
This doesn't happen when I do client navigation (meaning from /client
to /deferred
)...
Cloudflare Pages prod env vars inconsistently retrieved
import.meta.env.VITE_BETTER_AUTH_URL
that appear populated in the Cloudflare console for the worker are undefined
at execution time
2. getContext("cloudflare")
seems to inconsistently return undefined
in general which creates bugs in my application...What is the expected behaviour of ssr:false
ssr:false
on a route it is correctly not rendered on the server, but it is also not rendered on the client so it never appears. Do i need to declare the route differently?
This does not render anything:
```...Getting 'cannot read properties of null (Reading 'useContext') after building.
How to transpile packages in monorepo without dedicated build step?
__root.tsx
I get an error:
```
TypeError: (0 , vite_ssr_import_1.default) is not a function
at eval (repo/packages/components/src/AppFrame.tsx:5:52)
at async ESModulesEvaluator.runInlinedModule (file://repo/tanstack-app/node_modules/vite/dist/node/module-runner.js:1049:5)...TanStack Start or TanStack Router + Astro
Will beforeLoad prevent the OAuth authorization page from redirecting?

Route Context Undefined in Child Route on Reload
/orgs/$slug
that fetches the organization by slug and makes it available to the child route. In the child route /orgs/$slug/dashboard
, the organization is inferred as an Organization
(non-optional). However, upon reloading the page, I encounter the following error:Can't access property 'id', context.organization is undefined
.
This error occurs when trying to access the organization data in the child route, even though it should be available according to the TS defintion.
Reproduction: https://github.com/thomasfqb12/tanstack-start-undefined-context...Configuring server.allowedHosts for tunneling
How to configure tanstack start to completely opt out of SSR while keeping server functions?