You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much @ematipico for having a look at this issue and sorry if my description was not clear. i've recorded a short video to demonstrate the point i've tried to mention above. important is, that i am talking about the built version of the app and not the dev mode. since the headers are set on SSR it doesn't have an impact which browser is used. if i can give you further info, please let me know 🙏
Astro Info
If this issue only occurs in one browser, which browser is a problem?
Describe the Bug
Setting a custom header (
X-Debug
in the attached repro), the values are duplicated when returning a response on the catch-all ([...slug].astro
) route.Reproduction
npm run build && npm run preview
X-Debug
header which has the value1234, 1234
What's the expected result?
X-Debug
header should have value1234
also on catch-all routesLink to Minimal Reproducible Example
https://codesandbox.io/p/devbox/focused-cartwright-hjrw7n?workspaceId=858df2c7-b16d-4601-b40c-e4a00d04da47
Participation
The text was updated successfully, but these errors were encountered: