Nuxt SSR useActiveOrganization

Hello!

How to use useActiveOrganization with nuxt ssr.
I tried this :
const { data: activeOrganization } = client.useActiveOrganization()

like in the doc but when I display it with:
console.log(activeOrganization)

It is undefined
Was this page helpful?