Issue:error when clicking new
subiste option in SharePoint App environment we ran into below Issue with several Provider Hosted Apps.
Solution :
After adding a "CustomAppRedirect" property to the Farms property bag all Apps work fine
(Get-SPFarm).properties["CustomAppRedirect"] = $true
(Get-SPFarm).Update()
(Get-SPFarm).Update()
I have too getting the same error. but i am not sure, where i want to add the above code in my app. Please let me know.
ReplyDeleteI think, it is shell command. where i want to update it.
ReplyDeleteThanks! That worked lik a charm!
ReplyDelete