Session storage was enabled but not configured.
यह कंटेंट अभी तक आपकी भाषा में उपलब्ध नहीं है।
This error was removed in Astro 5.7, when the Sessions feature stopped being experimental.
The
experimental.session
flag was set totrue
, but no storage was configured. Either configure the storage manually or use an adapter that provides session storage.
What went wrong?
Section titled What went wrong?Thrown when session storage is enabled but not configured.
See Also:
Error Reference