You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After investigation, the getSecurityBanner method was reactively called after the user logged out. Thus the serverside method threw an error because no userId existed. I modified the getSecurityBanner method to not check for userId because it doesn't return/access sensitive information and doesn't require a user.
To replicate:
[method]getSecurityBanner invalid user error should briefly appear in upper right
The text was updated successfully, but these errors were encountered: