With Organization plugin, `getFullOrganization` and `setActive` is always returning `null`

I'm building a Organiztion dash, from where I need to inspect organizations once created. Although I'm the owner of the admin once I create it, I cannot get the organization details from the client because both getFullOrganization and setActive return a 200 with null. I tried both with slug and id (I'd prefer to use slug) but they behave the same. From what I understood from the docs, you need to have an activeOrganization binded to your session to be able to inspect it, but what is the best way to inspect each organization without relying on active ones? I'm the "super admin" of the service, (also using the admin plugin) and I'm also the owner of each organization created by me, so I should be able to inspect any organization I need and make operations over it without restrictions
2 Replies
Kazz
Kazz4mo ago
Are you providing the headers?
mihaaai
mihaaaiOP4mo ago
I am, the active organization doesn't change though, even if I call for setActive right before getFullOrganization, it either returns null or it keeps returning the first organization that has been activated. I think is because the library is checking over the activeOrganizationId column in the session table, that can be only one, but if I'm the web master I can't manage efficiently all the organizations that the project has All right, it looks like after a library upgrade and a migration of the DB now it's working properly, the getFullOrganization method returns all the details of any organization when required by slug.

Did you find this page helpful?