Skip to content
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

Teams 2.0 - Join button does not work #1162

Closed
jkrysakowski opened this issue Mar 29, 2024 · 5 comments
Closed

Teams 2.0 - Join button does not work #1162

jkrysakowski opened this issue Mar 29, 2024 · 5 comments
Labels

Comments

@jkrysakowski
Copy link

Describe the bug
I run the new version of Teams, by providing the URL: teams-for-linux --url=https://teams.cloud.microsoft/
Application loads, everything displays, but the Join button in calendar does not work so I can't join any meeting.

In the dev tools I see:

Przechwycenie obrazu ekranu_2024-03-29_13-30-29

To Reproduce
Steps to reproduce the behavior:

  1. Run teams-for-linux --url=https://teams.cloud.microsoft/
  2. Go to calendar
  3. Click "Join" on any meeting
  4. Meeting window should open, but nothing happens.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS:
    Ubuntu 22.04.4 LTS x86_64
    Desktop Environment: Xfce
    Window Manager: Xfwm4
  • Installation package: Snap, latest/edge
  • Version: 1.4.16
@IsmaelMartinez
Copy link
Owner

hi, can you try with teams-for-linux --url=https://teams.microsoft.com/v2 ? I suspect this regex might be blocking that other url but https://teams.microsoft.com/v2 should take you to the same place

@jkrysakowski
Copy link
Author

It works, thank you!

@jkrysakowski
Copy link
Author

My answer was to quick, now I see the banner about the classic version again, so it's probably not V2

@IsmaelMartinez
Copy link
Owner

I don't think the banner is that cleaver but you can check if the changes implemented in #1160 does the trick for you.

Basically open the web debug console, run localStorage.setItem("tmp.isOptedIntoT2Web", true); and then do a refresh (I think Alt+R or just refresh in the menu)

@IsmaelMartinez
Copy link
Owner

closing as the banner is duplicated by #1156

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants