Ir al contenido

No se puede usar Astro.rewrite después de leer el cuerpo de la solicitud.

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() no puede usarse si el cuerpo de la solicitud ya fue leído. Si necesitas leer el cuerpo, clona primero la solicitud. Por ejemplo:

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

Ver también:

Contribuir Comunidad Patrocinador