Salta ai contenuti
This is an unmaintained snapshot of the Astro v4 docs. View the latest docs.

Cannot use Astro.rewrite after the request body has been read

Questi contenuti non sono ancora disponibili nella tua lingua.

RewriteWithBodyUsed: Astro.rewrite() cannot be used if the request body has already been read. If you need to read the body, first clone the request.

Astro.rewrite() cannot be used if the request body has already been read. If you need to read the body, first clone the request. For example:

const data = await Astro.request.clone().formData();
Astro.rewrite("/target")

See Also:

Contribuisci

A cosa stai pensando?

Crea una Issue su GitHub

Il modo più rapido per segnalare un problema al nostro team.

Comunità