-
Notifications
You must be signed in to change notification settings - Fork 315
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
[SAMPLE] Review electron-app for v3.0 #2462
Comments
Hello sebastienlevert, thank you for opening an issue with us! I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌 |
Oh boy we have some issues here: mgt-person elements have a problem with their images:Suspect that setting the width on the avatar-wrapper class will resolve this across the board calls to beta endpoints are failingCalls to beta fail with HTTP 401 and an error: {
"error": {
"code": "InvalidAuthenticationToken",
"message": "CompactToken parsing failed with error code: 80049217",
"innerError": {
"date": "2023-06-16T22:30:57",
"request-id": "5572066f-d08b-49c0-8116-fc534b1c4f1d",
"client-request-id": "360cd8f6-1c4f-0bff-5c96-e3fe400ffa98"
}
}
} Quick inspection of the network calls shows that the bearer token is not being correctly set for the request and has a value of undefined in the request sent over the wire Resolution: missing scope in provider and no incremental consent. Add the scope teams channel picker shows no channels when activated.Network shows that the Fixed by adding the scope noted above; |
This looks good 🤣 Good catch! |
Review for v3.0 of the sample https://github.com/microsoftgraph/microsoft-graph-toolkit/tree/main/samples/electron-app
The text was updated successfully, but these errors were encountered: