Cannot switch organization in Linux app

E. B 31 Reputation points
2021-04-08T11:29:57.79+00:00

I'm using the Linux App. When I try to switch the organization it starts loading, loads the new organization, but then closes and reloads the original organization.
I tried deleting all the Teams folders and reinstalling the app. Did not work.

This works in the browser, on Windows and in the mobile app, but not on Linux.
It started happening a few days ago, before that it worked.

Skype for Business Linux
Skype for Business Linux
Skype for Business: A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.Linux: A family of open-source Unix-like operating systems.
456 questions
{count} votes

11 answers

Sort by: Most helpful
  1. Martin René Sørensen 1 Reputation point
    2021-12-01T08:32:17.67+00:00

    For Ubuntu 20.04 i found a workaround :-)

    1. Uninstall Teams:

      sudo apt remove teams --purge

    2. Remove Cache files from home directory:

      rm -rf ~/.config/Microsoft/Microsoft Teams
      rm -rf ~/.config/Microsoft Teams - Preview

    3. Reinstall Teams
    4. Start teams and you should se it dosent remember a thing :-)

    Hope it helps :-)

    0 comments No comments