Nuxt SSR useActiveOrganization
Hello!
How to use
useActiveOrganization
with nuxt ssr.
I tried this :
like in the doc but when I display it with:
It is undefined
1 Reply
You might not have an activeOrganization set on your session.
Here's a way to set one using databaseHooks but you could do it with setActiveOrganization in some other fashion after login.