-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug(mattermost): nil pointer during SSO login #527
Comments
I think this is cause you entered the wrong team (one that doesn't exist or one that you're part of)? It shouldn't crash like this though and I think I have a fix for it. |
I think this should fix it - matterbridge/matterclient#5 If not, are you able to run with |
Thanks @hloeung your hint with the team name lead me the right direction. That's basically the issue here, I had a wrong team name in my config file:
After fixing my config, I found a working login command that does not crash matterircd:
|
Matterircd crashes during authentication with MMAUTHTOKEN (redacted
$USER
,$TEAM
and$SERVER
):To reproduce the crash, here the login command which was used:
The text was updated successfully, but these errors were encountered: