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
I have the ability to create users via the CLI without an organization, and when I log in as one I just created without an org, the immediate page after the login is an exception and UI does not load. I'd think we'd want to force the CLI user to provide an org id for a user that is created, and we end up mapping that for them in a single call. This would eliminate this use case, but we still have gaps in the platform that wouldn't force it.
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
create a user and add a password for it
load UI and sign in with said user
view page
Expected behavior:
Expected UI to load.
Actual behavior:
UI throws an exception on missing orgID.
The text was updated successfully, but these errors were encountered:
I have the ability to create users via the CLI without an organization, and when I log in as one I just created without an org, the immediate page after the login is an exception and UI does not load. I'd think we'd want to force the CLI user to provide an org id for a user that is created, and we end up mapping that for them in a single call. This would eliminate this use case, but we still have gaps in the platform that wouldn't force it.
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Expected behavior:
Expected UI to load.
Actual behavior:
UI throws an exception on missing orgID.
The text was updated successfully, but these errors were encountered: