Replies: 4 comments 1 reply
|
I'm facing the same issue. The documentation is not really clear on how to do this unfortunately. |
0 replies
|
Hey guys, one of the contributors created this stackblitz with a demo of using SSR in AisRefinementList. maybe it will help you :) https://stackblitz.com/github/plexus77/nuxt-3-algolia-ssr?file=app.vue |
0 replies
|
Hi all, current SSR Implementation is so bad for many reasons, and very verbose. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to add AisRefinementList to a SSR rendered page.
If I just add
it breaks ssr of the hits.
Could you be more specific what "including each refinement attribute" means and the syntax for it? I'm trying to add "categoryFilters"
<ais-refinement-list attribute="categoryFilters" />All reactions