Closed
Description
Hello,
I just wanted to ask if it is possible to use this module for Nuxt 3 Instantsearch with SSR?
I tried using <ais-instant-search-ssr>
component, but it throws:
[nuxt] [request error] [unhandled] [500] createServerRootMixin is required when using SSR.
Also the Algolia's official Instantsearch example for Nuxt with SSR is only for Nuxt 2. So not much to learn there.
Is there any way to use Instantsearch with SSR, or should I use useAlgoliaFacetedSearch
inside of useAsyncData
for obtaining results and handle filtering manually with factes?
Thanks for your time!