Forum Discussion
Run spfx web part
https://support.shortpoint.com/support/solutions/articles/1000273552-you-get-error-saying-sorry-apps-are-turned-off-if-you-know-who-runs-the-server-tell-them-to-enabl
If this helps, please consider marking this as the accepted answer. Good luck!
- Daryush1342Oct 26, 2021Copper Contributor
Hi,
Thanks for you reply, I saw this article befoe. I tried to follow the article
The article first subject was correct it was enabled.The second theme of the first part was correct.
When I tried to paste the command in sharepoint2019shell, I got the following error, I didn't know what else to do if you can help me
thanks a lot
Daryush- Don KirkhamOct 26, 2021MVP
Looks like the article put two commands together by mistake. Split the commands into the following:
$sa = New-SPSubscriptionSettingsServiceApplication -ApplicationPool 'SharePoint Web Services Default' -Name 'Subscriptions Settings Service Application' -DatabaseName 'Subscription'
New-SPSubscriptionSettingsServiceApplicationProxy -ServiceApplication $sa
That should get you through the next step. Good Luck
- Daryush1342Oct 27, 2021Copper Contributor
Hi,
Thanks again for your reply. I tried your guide unfortunately I got this error in both commands
I have a question is it posible to use spfx in sharepoint 2019 on premise? because most tutorials I saw there were about sharepoint online?
Best Regards,
Daryush