How to get client to immediately update activeOrganizationId after creating an organization?
Hello!
I have some code that redirects users to setup an organization after they first sign up
When they submit the organization form I call
I expected this to automatically update the session cookie w/ the
Only refreshing the page entirely gets
Is there any easy way to achieve what I want? What am I missing?
Thanks!
I have some code that redirects users to setup an organization after they first sign up
When they submit the organization form I call
I expected this to automatically update the session cookie w/ the
activeOrganizationId although I found that not to be the case. However, even when I try to explicitly refresh the session before redirecting to the dashboard page it doesn't workOnly refreshing the page entirely gets
activeOrganizationId in the session.Is there any easy way to achieve what I want? What am I missing?
Thanks!