SharePoint 2013: UserAgent not available, file operations may not be optimized

I encountered this problem after creating a new document library 'App'. After a little searching, I found the following code to flush the BLOB cache  to resolve the problem.

$webApp = Get-SPWebApplication "http://ihaveablobproblem.com"
[Microsoft.SharePoint.Publishing.PublishingCache]::FlushBlobCache($webApp)

Comments

Popular posts from this blog

SharePoint 2013: Error updating managed account credentials

Error deploying Nintex workflow: An item with the same key has already been added