Recently we have patched our development farm. It is a SharePoint 2013 enterprise edition on-premise farm. After patch (product config wizard have completed successfully), when any user browse the MySite URL it always redirect to ~my site url
~/_layouts/15/start.aspx#/Person.aspx?accountname=testdomain/user1
which user1 is the login user. It is showing his user profile correctly.
Before patch, it should be redirected to:
~my site url
~/_layouts/15/start.aspx#/default.aspx
Here user can see a textarea to type in his feed and see all newsfeed posted by others. At this moment, all users cannot post Newsfeed to “Everyone” and see others’ feed. However, all users can still post feed to other site collections (e.g. team site).
I tested browse to ~my site url~ with Farm Admin and he can browse correctly. So I think the patch have fixed some permission issue and then break things.
How can I fix it so that it behave same as before patch?