Skip to content

SharePoint SPFX package's App Icon is not getting loaded during upload/deployment in app catalog. #10253

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

Open
4 of 9 tasks
cluB-Watermelon opened this issue May 13, 2025 · 2 comments
Assignees
Labels
area:spfx Category: SharePoint Framework (not extensions related) sharepoint-developer-support sharepoint-developer-support

Comments

@cluB-Watermelon
Copy link

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

  • 💥 Internet Explorer
  • 💥 Microsoft Edge
  • 💥 Google Chrome
  • 💥 FireFox
  • 💥 Safari
  • mobile (iOS/iPadOS)
  • mobile (Android)
  • not applicable
  • other (enter in the "Additional environment details" area below)

Additional environment details

  • browser version : Microsoft Edge Version 110.0.1587.50
  • SPFx version : 1.20.0
  • Node.js version : 18.20.5

Describe the bug / error

Please refer to issue #8783.

Image

We are still facing this issue. It was mentioned in the linked issue that this issue will be put in the backlog. So I was wondering if there was any update around this issue.

Steps to reproduce

  1. Use schema: "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json"
  2. Set IconPath: .
  3. Build spfx package
  4. Upload package to sharepoint app catalog.

Expected behavior

Image set as App Icon in should be visible properly.

@cluB-Watermelon cluB-Watermelon added the type:bug-suspected Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs. label May 13, 2025
@Ashlesha-MSFT
Copy link

Hello @cluB-Watermelon,
Thank you for bringing this issue to our attention. We will look into it and get back to you shortly.

@Ashlesha-MSFT Ashlesha-MSFT self-assigned this May 14, 2025
@Ashlesha-MSFT Ashlesha-MSFT added sharepoint-developer-support sharepoint-developer-support area:spfx Category: SharePoint Framework (not extensions related) and removed type:bug-suspected Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs. labels May 14, 2025
@Ashlesha-MSFT
Copy link

Ashlesha-MSFT commented May 14, 2025

@cluB-Watermelon,
I used iconpath as below and also added image inside sharepoint folder, able to get expected behavior{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "basic-client-side-solution",
"id": "699cbd48-6b1a-4f0b-bc6d-4e17f5b2d78a",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"iconPath": "images/Feedback_Icon.png",
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": "Undefined-1.21.1"
},
"metadata": {
"shortDescription": {
"default": "basic description"
},
"longDescription": {
"default": "basic description"
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "basic Feature",
"description": "The feature that activates elements of the basic solution.",
"id": "595ccbcd-b010-4102-98de-592dc2c0fe00",
"version": "1.0.0.0"
}
]
},
"paths": {
"zippedPackage": "solution/basic.sppkg"
}
}

Please help by providing whole solution.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:spfx Category: SharePoint Framework (not extensions related) sharepoint-developer-support sharepoint-developer-support
Projects
None yet
Development

No branches or pull requests

2 participants