इसे छोड़कर कंटेंट पर जाएं

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

यह कंटेंट अभी तक आपकी भाषा में उपलब्ध नहीं है।

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:

योगदान करें समुदाय प्रायोजक