-
Notifications
You must be signed in to change notification settings - Fork 1k
Cannot find manifest for 32b9363b-09ff-4959-929a-cab2663fb223_3.0.2. Store had [2.2.1]. Service worker version: (none),DurableN1=true #9059
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
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
Have same issue with: return props.ctx.msGraphClientFactory.getClientWithMiddleware("3", { Something went wrong CALL STACK:
|
@PetrHer @zaiby - SPFx currently supports MSGraph v3.0.2, not 3.0.3. You can always go to the generated "sdksVersions": {
"@microsoft/microsoft-graph-client": "3.0.2",
"@microsoft/teams-js": "2.9.1"
}, |
Thanks for info :) |
Issues that have been closed & had no follow-up activity for at least 7 days are automatically locked. Please refer to our wiki for more details, including how to remediate this action if you feel this was done prematurely or in error: Issue List: Our approach to locked issues |
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
Windows
What browser(s) / client(s) have you tested
Additional environment details
"dependencies": { "@microsoft/sp-core-library": "^1.16.1", "@microsoft/sp-lodash-subset": "1.16.1", "@microsoft/sp-office-ui-fabric-core": "1.16.1", "@microsoft/sp-property-pane": "1.16.1", "@microsoft/sp-webpart-base": "1.16.1", "@pnp/spfx-controls-react": "3.14.0", "@syncfusion/ej2-react-grids": "^19.3.44", "office-ui-fabric-react": "^7.199.1", "react": "17.0.1", "react-dom": "17.0.1", "tslib": "2.3.1" }, "devDependencies": { "@microsoft/eslint-config-spfx": "1.16.1", "@microsoft/eslint-plugin-spfx": "1.16.1", "@microsoft/rush-stack-compiler-4.5": "0.2.2", "@microsoft/sp-build-web": "1.16.1", "@microsoft/sp-module-interfaces": "1.16.1", "@rushstack/eslint-config": "2.5.1", "@types/react": "17.0.45", "@types/react-dom": "17.0.17", "@types/webpack-env": "~1.15.2", "ajv": "^6.12.5", "eslint-plugin-react-hooks": "4.3.0", "gulp": "4.0.2", "spfx-fast-serve-helpers": "~1.16.1", "typescript": "4.5.5" }
Describe the bug / error
Started new SPFx 1.16.1 project.
Facing error (Cannot find manifest for 32b9363b-09ff-4959-929a-cab2663fb223_3.0.2. Store had [2.2.1]. Service worker version: (none),DurableN1=true) when trying to initialize graph client V3.
const client: MSGraphClientV3 = await this.webPartContext.msGraphClientFactory.getClient('3');
Steps to reproduce
I just tried to initialize client in new project
Expected behavior
msGraphClientFactory should initialize the graph client.
The text was updated successfully, but these errors were encountered: