| title | Session storage was enabled but not configured. |
|---|---|
| i18nReady | true |
| githubURL | https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts |
import DontEditWarning from '~/components/DontEditWarning.astro'
:::caution[Deprecated] This error was removed in Astro 5.7, when the Sessions feature stopped being experimental. :::
The
experimental.sessionflag was set totrue, but no storage was configured. Either configure the storage manually or use an adapter that provides session storage.
Thrown when session storage is enabled but not configured.
See Also: