Missing evaluation result
Resolve errors related to missing evaluation results.
Error
The initial value is required for server-side rendering (SSR).
This error occurs when the initial value is not provided for a query evaluation that is rendered on the server.
If you are using the CSR composables or components from @croct/plug-nuxt/csr, you need to provide an initial value for server-side rendering.
For full SSR support without providing initial values, use the auto-imported useEvaluation composable or <Personalization> component instead, which handle server-side evaluation automatically.