Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1020 Bytes

File metadata and controls

28 lines (19 loc) · 1020 Bytes
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.session flag was set to true, but no storage was configured. Either configure the storage manually or use an adapter that provides session storage.

What went wrong?

Thrown when session storage is enabled but not configured.

See Also: