Closed
Description
On certain edge runtimes like Cloudflare (possibly others too), fetch()
doesn't implement the cache
field. As such, it produces an error:
// POST https://redacted.pages.dev/api/login
"logs": [
{
"message": [
{
"code": "INTERNAL_ERROR",
"message": "Internal error: The 'cache' field on 'RequestInitializerDict' is not implemented."
}
],
"level": "error",
"timestamp": 1715189441063
}
],