redirect()
ignores Headers()
, making it impossible to set multiple headers with the same name
#4038
Labels
start
Everything about TanStack Start
Uh oh!
There was an error while loading. Please reload this page.
Which project does this relate to?
Start
Describe the bug
It is not possible to set multiple headers using the
redirect()
method with theHeaders()
interface, because all headers are ignored in this case:Your Example Website or App
https://tanstack.com/start/latest/docs/framework/react/examples/start-basic?path=examples%2Freact%2Fstart-basic%2Fsrc%2Futils%2Fposts.tsx
Steps to Reproduce the Bug or Issue
redirect()
Headers()
object toredirect()
Expected behavior
Headers should be present in the response
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: