Commit c4ba489
committed
fix(builder): pin Vercel deploys to nitro stable, not nitro-nightly
Verified end-to-end with a real TanStack Start app deployed to Vercel:
- 'npm:nitro-nightly@latest' (today: 3.0.1-20260508-123613-d2e64906)
-> deploys, but every request returns 508 INFINITE_LOOP_DETECTED
- 'latest' (today: nitro@3.0.260429-beta)
-> deploys and serves 200 OK
The 508 loop is an upstream Nitro/Vercel preset bug fixed in the stable
beta stream around 3.0.260311-beta. Nightly hasn't picked the fix up yet
as of the test date, so the deploy button would otherwise produce a
broken site for every user who clicks it.
Inline doc explains the deviation from the Railway path (which still
uses nitro-nightly) so future contributors don't 'normalize' it back.1 parent ed718de commit c4ba489
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
125 | 130 | | |
126 | 131 | | |
127 | 132 | | |
128 | 133 | | |
129 | 134 | | |
130 | 135 | | |
131 | | - | |
| 136 | + | |
132 | 137 | | |
133 | 138 | | |
134 | 139 | | |
| |||
0 commit comments