Replies: 1 comment
-
|
TanStack Start isn't yet on the skew-protection official list, but you can roll the pattern yourself in about 20 lines — Vercel's skew protection really only needs two things: the deployment ID on the request, and a detection/recovery for "I hit a stale deployment" responses. Here's the pattern I've been using in a couple of production Start apps. It's framework-agnostic enough that you could lift it into any SSR Start app. 1. Expose
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed TanStack Start isn't on the supported frameworks list. We're getting a noticeable amount of Sentry events from users hitting broken pages after a deploy.
has anyone found a good way to handle this with TanStack Start?
I know you can manually attach VERCEL_DEPLOYMENT_ID to requests, but wondering if there's a pattern the community has settled on
Beta Was this translation helpful? Give feedback.
All reactions