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
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...nitro v3 is not working for me
Listening on http://[::]:3000
TypeError: r.split is not a function
Listening on http://[::]:3000
TypeError: r.split is not a function
SSR build corrupts non-ASCII (UTF-8) characters in JSON imports
What was `readValidatedBody` replaced with?
readValidatedBody in "@tanstack/react-start/server" which seems to be removed now (in the latest version). It doesn't seem like it's mentioned here: https://github.com/TanStack/router/discussions/2863
Am I missing something?
Thanks...Migration to stable version of Tanstack Start
i just cloned the start-basic example and it doesn't work in prod
start script returns this:
Why is there a delay between when the __root.tsx layout loads and the <Outlet />?
Built TanStack Start (Solid) project from create-tsrouter-app not serving client code/assets
start-clerk-basic: Infinite redirect loop when refreshing session token
.env. I can log in fine. However, when reloading the page, the vite server outputs this:
Clerk: Refreshing the session token resulted in an infinite redirect loop. This usually means that your Clerk instance keys do not match - make sure to copy the correct publishable and secret keys from the Clerk dashboard.
Clerk: Refreshing the session token resulted in an infinite redirect loop. This usually means that your Clerk instance keys do not match - make sure to copy the correct publishable and secret keys from the Clerk dashboard.
fetchClerkAuth of the __root route, it shows that userId is null. So it seems like on the server side, we are not able to authenticate correctly with Clerk. Client-side then it works....Hydration error just by adding a <Scripts /> (suppress not working)
<body /> I get this. Only way to make it go is to remove the <Scripts /> tag from TSR.
Surprisingly adding suppressHydrationWarning={true} doesn't even make it go away. Any help here?
I used the Convex option from the CLI in the official Tanstack docs....
Missing environment variables on Cloudflare workers
pnpm create @tanstack/start@latest starter, picked tailwind + eslint + t3env + upgraded all packages to latest. then added one server var and one client var
the main branch uses a singular env.ts as per the starter, which doesn't work when running pnpm dev as server vars don't get loaded into import.meta.env, let alone attempting to deploy this
...`Uncaught (in promise) SyntaxError 'useSyncExternalStore'
Uncaught (in promise) SyntaxError: The requested module '/node_modules/use-sync-external-store/shim/index.js?v=1a8aa761' does not provide an export named 'useSyncExternalStore'
Uncaught (in promise) SyntaxError: The requested module '/node_modules/use-sync-external-store/shim/index.js?v=1a8aa761' does not provide an export named 'useSyncExternalStore'
Is there a way to set a global server context?
createFileRoute, createServerFn) (kind of like a server context, NOT a request context). Some of these objects would be:
- a database connection (created via createServerOnlyFn)
- a parsed env object containing environment variables and other settings
- objects representing a connection to other services...[✅] TanStack Start doesn't read CSS imported from external package component
pnpm create @tanstack/start@latest I've added RainbowKit per the instructions (https://rainbowkit.com/docs/installation) and while everything works fine, the component has no styling. It works fine on any other framework so it's 100% problem with Start.
I found they're using package.json with:
```json
{...Migrated from next to tanstack im unable to deploy to cloudflare workers
node_modules/@cloudflare/unenv-preset/dist/runtime/node/console.mjs:9:7:...
migrating from next.js - better guide?
src/(app)/layout.tsx?), opengraph, headers, redirect, 404, after from next/server, error pages, proxy (middleware) , api etc. i need to go deep and find the possiblely equivalent apis in...Can I proxy?
Mark an object as server only?
const SUPER_SEGRET_OBJ = something; in the global scope.createServerOnlyFn vs createServerFn?
The component rerender whole application every time when I switch between items in the list on hover