I'm having a little problem on my SSR calls for RTK query, they provide hooks to use but in the case of server side rendering, how do I fetch data via RTK query? I could not find a solution for it and just wrote the SSR fetch on my own without RTK.
As you can see the docs are not updated for NextJS 15 (no getStaticProps or getServerSideProps now). am I missing something?