Skip to content

SPFx app not showing up in the webpart list #1253

@paigeflourin

Description

@paigeflourin

Thank you for reporting an issue or suggesting an enhancement. We appreciate your feedback - to help the team to understand your needs, please complete the below template to ensure we have the necessary details to assist you.

Category

  • Question
  • Typo
  • Bug
  • Additional article idea

If you are planning to share a new feature request (enhancement / suggestion), please use SP Dev UserVoice at http://aka.ms/sp-dev-uservoice.

Expected or Desired Behavior

Upon installation of the app, it should create a list and i can add the webpart to the pages as well

Observed Behavior

The list is being created as i install the app, but when i try to add the app to my page, the app is not showing up in the list of the available apps.

Steps to Reproduce

  1. Install the app
  2. The list provisioned
  3. add webpart to page
  4. the app is not listed

This is my package-solution.json

{
  "solution": {
    "name": "our-applications-client-side-solution",
    "id": "c23661a1-50a2-4b69-b8f2-9b7a7a5db2b1",
    "version": "1.0.2.16",
"features": [
      {
        "id": "49280240-2932-4868-b668-19361475ac9b",
        "title": "Our Applications Web part feature",
        "description": "A feature which activates the Client-Side WebPart named Our",
        "version": "1.0.2.15"
      },
      {
      "title": "our-applications-client-side-solution",
      "description": "our-applications-client-side-solution",
      "id": "523fe887-ced5-4036-b564-8dad5c6c6e24",
      "version": "1.0.2.15",
      "assets": {
        "elementManifests": [
          "elements.xml"
        ],
        "elementFiles":[
          "schema.xml"
        ]
      }
    }]
  },
  "paths": {
    "zippedPackage": "solution/our-applications.sppkg"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    status:trackedCurrently tracked with Microsoft’s internal issue tracking system. DO NOT ADD/REMOVE (MSFT managed)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions