Pinia store not populating with fresh session #1300
Unanswered
tmoreland72
asked this question in
Questions and Help
Replies: 1 comment
-
If |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running into a problem that I just can't figure out. When I open my app and login my pinia stores are initialized but empty. The firestore refs all require a "tenantId" value for the where clause. If I reset my browser, everything gets populated. If I logout and login again, everything is populated. If I logout, reset browser, and login, the stores aren't populated.
The "tenantId" is stored in
app-store
as part of the login process.When I log out I can see that the stores are reset to initial state. I also tried to dispose them but same outcome.
app-store:
aggregates-store:
Make sense??
Beta Was this translation helpful? Give feedback.
All reactions