-
Notifications
You must be signed in to change notification settings - Fork 191
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
[Known Issue] SSO in Tab does not work with error "performanceMeasurement.startMeasurement is not a function" #7562
Comments
Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned. |
Thanks @KennethBWSong |
Hi @Mimetis / @KennethBWSong , can you please let me know what was the issue here ? I am also facing the same error for SPFx . |
@rbkharade I think the issue explains what the problem is, doesn't it ? In a Teams application, you may have an error of type " |
@Mimetis , thank you for the prompt response. I was using @azure/msal-browser with version "^2.25.0" and somehow it was installing 2.32.2 as its the latest stable one. The issue might be associated with the latest version of "@azure/msal-browser". I will try to downgrade it and check it. |
Same error. I can confirm that @Mimetis solution to install Thanks for sharing. |
Describe the bug
'SSO-enabled Tab' cannot properly show user profile after click 'Authorize'. In Dev Tools, will show error "performanceMeasurement.startMeasurement is not a function".
To Reproduce
Steps to reproduce the behavior:
Expected behavior
User profile can correctly show.
VS Code Extension Information (please complete the following information):
Workaround
{your-project-path}/tabs
local-debug
or 'deploy' againRoot Cause
You can refer to this issue for more context.
The text was updated successfully, but these errors were encountered: