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

No action on "Join meeting" #231

Open
thomas-mc-work opened this issue Oct 12, 2022 · 1 comment
Open

No action on "Join meeting" #231

thomas-mc-work opened this issue Oct 12, 2022 · 1 comment
Assignees

Comments

@thomas-mc-work
Copy link

thomas-mc-work commented Oct 12, 2022

Describe the bug

Sometimes after creating a room a click on "Join Room" doesn't open the conference in a separate Tab/Window as expected. I can then still join using the link that is created below in the chat.

To Reproduce

Steps to reproduce the behavior:

  1. Create a Room in a channel
  2. Click on the 'Join Meeting' Button

Expected behavior

Expected: Join the room in a new window, but nothing happens

Environment:

  • Mattermost version: [e.g. v6.1]
  • Plugin version [e.g v4.3.0]

Additional context

A failed request from the network tab of the developer tools (exported as Fetch command):

await fetch("https://mattermost.mydomain.org/api/v4/users/status/ids", {
    "credentials": "include",
    "headers": {
        "User-Agent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:106.0) Gecko/20100101 Firefox/106.0",
        "Accept": "*/*",
        "Accept-Language": "en",
        "X-Requested-With": "XMLHttpRequest",
        "X-CSRF-Token": "tr7ier4bi3gj9nn8hrmu5tq6aw",
        "Content-Type": "application/json",
        "Sec-Fetch-Dest": "empty",
        "Sec-Fetch-Mode": "cors",
        "Sec-Fetch-Site": "same-origin",
        "Sec-GPC": "1",
        "Pragma": "no-cache",
        "Cache-Control": "no-cache"
    },
    "body": "[\"\"]",
    "method": "POST",
    "mode": "cors"
});

Respone:

Status code: 400

 {"id":"api.context.invalid_body_param.app_error","message":"Invalid or missing user_ids in request body.","detailed_error":"","request_id":"6f17szs86jboxe955ckck8erzc","status_code":400}
@thomas-mc-work
Copy link
Author

There seem to be two different issues:

  • open the session in a new tab: that was my fault. My browser blocked the popups, so here is no issue
  • the failed request: this one still persists

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

No branches or pull requests

2 participants