Sessions cannot be used with an adapter that doesn't support server output.
このコンテンツはまだ日本語訳がありません。
:::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 thebuildOutputadapter feature.
What went wrong?
Your adapter must support server output to use sessions.
See Also:
Error Reference