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.

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.