Forum Discussion
Michel Fritzsch
Aug 16, 2016Copper Contributor
OneDrive for Business shows blank / white page in the Browser
Hello together, a colleague of mine has the Problem, when logging in to Office365 (enterprise) and the OneDrive will show up using the Webapp, a white screen. In the first train I have tested dif...
Bahram Shiri
May 29, 2017Copper Contributor
This is a bug in SharePoint 2016. you will be able to fix this issue by run this Sharepoint Shell command
$Farm = Get-SPFarm $Farm.OneDriveUserExperienceVersion = [Microsoft.SharePoint.Administration.OneDriveUserExperienceVersion]::Version1 $Farm.Update()
good luck :)