Sessions cannot be used with an adapter that doesn't support server output.
यह कंटेंट अभी तक आपकी भाषा में उपलब्ध नहीं है।
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 thebuildOutput
adapter feature.
What went wrong?
Section titled What went wrong?Your adapter must support server output to use sessions.
See Also:
Error Reference