Missing slot content
Find out how to provide initial slot content for pre-rendering.
If you see the error below when using the useContent hook or <Slot> component, you probably forgot to specify an initial content.
Error
The initial content is required for server-side rendering (SSR).
The initial content is required to pre-render the content on the server, as the actual content is fetched on the client side when using hooks or components.
For full server-side rendering support, use the fetchContent function or one of our framework-specific integrations, like the Next.js SDK.