-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
status:trackedCurrently tracked with Microsoft’s internal issue tracking system. DO NOT ADD/REMOVE (MSFT managed)Currently tracked with Microsoft’s internal issue tracking system. DO NOT ADD/REMOVE (MSFT managed)
Description
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
- Install the app
- The list provisioned
- add webpart to page
- 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
Labels
status:trackedCurrently tracked with Microsoft’s internal issue tracking system. DO NOT ADD/REMOVE (MSFT managed)Currently tracked with Microsoft’s internal issue tracking system. DO NOT ADD/REMOVE (MSFT managed)