Back to Withastro

Unable to set response.

src/content/docs/en/reference/errors/response-sent-error.mdx

latest439 B
Original Source

import DontEditWarning from '~/components/DontEditWarning.astro'

<DontEditWarning />

ResponseSentError: The response has already been sent to the browser and cannot be altered.

What went wrong?

Making changes to the response, such as setting headers, cookies, and the status code can only be done in page components.

See Also: