Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.03 KB

File metadata and controls

28 lines (19 loc) · 1.03 KB
title Sessions cannot be used with an adapter that doesn't support server output.
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. :::

SessionWithoutSupportedAdapterOutputError: Sessions require an adapter that supports server output. The adapter must set "server" in the buildOutput adapter feature.

What went wrong?

Your adapter must support server output to use sessions.

See Also: