blindsidenetworks / mattermost-plugin-bigbluebutton

BigBlueButton plugin for Mattermost :electric_plug:
Apache License 2.0
89 stars 43 forks source link

Behavior of requesting 'undefined' to mattermost users API #235

Open dh4247 opened 1 year ago

dh4247 commented 1 year ago

Describe the bug Changing the team will cause the plugin to send a {Server URL}/api/v4/users/undefined request, which returns a 400 status code. Although the error does not cause operational problems, it is inconvenient for debugging due to the error log, and since it is classified as an error rather than a warning, we are contacting you thinking that there is potential danger.

To Reproduce Steps to reproduce the behavior:

  1. Install the latest version of the plugin
  2. activate plugin
  3. Observe the error log on the behavior of changing teams

Expected behavior No error log output

Screenshots

2022-12-05 16 16 44

Although there is a connection error in the screenshot, please note that 'undefined' requests occur because this is not an operating environment, but an environment for reproducing the error.

Environment:

Thank you.