Skip to content

astro

Conflicting cache query configuration.

Astro

Conflicting cache query configuration.

Conflicting cache query configuration.

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

query.include and query.exclude cannot be used together.

What went wrong?

The memory cache provider's query.include and query.exclude options are mutually exclusive. Use include to allowlist specific query parameters that affect the cache key, or exclude to blocklist parameters. When include is set, all other parameters are automatically ignored.