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

Error in MS Teams - ManifestProvider GetClientSideComponents failed with HTTP status 403 #333

Open
jagtapm1 opened this issue Sep 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jagtapm1
Copy link

jagtapm1 commented Sep 7, 2023

I am getting an error in MS Teams "ManifestProvider GetClientSideComponents failed with HTTP status 403"

We have created an SPFx app and have "TeamsTab", "TeamsPersonalApp" in the SupportedHosts property of the manifest.

If I add the app as a Teams tab in any of the existing teams channels. it doesn't through any error.

Few users are not seeing this issue (very few, so far we have seen only 2) and those users have the same permission as I do.

Here is the detailed error message that I could see in the Teams personal app.

Something went wrong
If the problem persists, contact the site administrator and give them the information in Technical Details.
TECHNICAL DETAILS
ERROR:
ManifestProvider GetClientSideComponents failed with HTTP status 403 and correlation id

CALL STACK:
Error: ManifestProvider GetClientSideComponents failed with HTTP status 403 and correlation id
at https://res-1.cdn.office.net/files/sp-client/teams-web-part-application-assembly_en-us_.js:74:326853
at async Promise.all (index 3)

I have seen the call https://.sharepoint.com/_api/web/GetClientSideComponents getting 403 error with response as below -
{
"error": {
"code": "-2147024891, System.UnauthorizedAccessException",
"message": "Attempted to perform an unauthorized operation."
}
}

@jagtapm1 jagtapm1 added the bug Something isn't working label Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant