Forum Discussion
Frederik Koetje
Oct 19, 2017Copper Contributor
SPFx App Deployed to On Prem SP 2016 (Feature Pack 2) but not visible when adding to pages
I have followed the videos to create the hello-world SharePoint Framework app using NPM, YO, Gulp, etc, and have successfully uploaded the solution to our app catalog. The property fields show it is...
Frederik Koetje
Oct 26, 2017Copper Contributor
I am glad I am not alone with this problem:)
I did read somewhere that I need to set up an app store (in addition to the app catalog) to be able to use SPFx apps. I am not sure if that will fix the issue but I am going to give that a try.
Nazish Qasim
Dec 09, 2017Copper Contributor
Hello,
Check your SP logs. You might see this exception:
An exception was thrown while retrieving Apps from Corporate Catalog. Microsoft.SharePoint.SPException: One or more field types are not installed properly. Go to the list settings page to delete these fields. ---> System.Runtime.InteropServices.COMException: One or more field types are not installed properly. Go to the list settings page to delete these fields.
If this is the case then this issue is similar to SharePoint/sp-dev-docs#1016
And you should then apply the language dependent fix as well.
Read https://blogs.technet.microsoft.com/stefan_gossner/2017/11/14/november-2017-cu-for-sharepoint-server-2016-is-available-for-download/
In short, install the language "dependent" update that comes with the CU, then delete the App Catalog, create the App Catalog again, upload your app, give permissions on the app catalog to the user who is adding the app. And then finally you will see your spfx app in "Add an app" section.
Bye
Check your SP logs. You might see this exception:
An exception was thrown while retrieving Apps from Corporate Catalog. Microsoft.SharePoint.SPException: One or more field types are not installed properly. Go to the list settings page to delete these fields. ---> System.Runtime.InteropServices.COMException: One or more field types are not installed properly. Go to the list settings page to delete these fields.
If this is the case then this issue is similar to SharePoint/sp-dev-docs#1016
And you should then apply the language dependent fix as well.
Read https://blogs.technet.microsoft.com/stefan_gossner/2017/11/14/november-2017-cu-for-sharepoint-server-2016-is-available-for-download/
In short, install the language "dependent" update that comes with the CU, then delete the App Catalog, create the App Catalog again, upload your app, give permissions on the app catalog to the user who is adding the app. And then finally you will see your spfx app in "Add an app" section.
Bye
- KbKotreshJan 08, 2019Copper Contributor
Hi ,
Recently we have updated with Dec 2018 Cu Updates, but still i am facing same issue not able to see the webpart in "Add an App" page. the same i have posted in (https://social.technet.microsoft.com/Forums/en-US/4fe9c678-908b-4668-99f1-41877161d42a/sharepoint2016-on-prem-spfx-helloworld-app-deployed-to-app-catalog-but-not-appearing-under-apps?forum=SP2016)
Please share if you have any updates on this issue.