Forum Discussion
Cannot update Hub Site Navigation
- Sep 13, 2018
You can edit the hub site navigation by browsing to either the Site Contents page or a document library. Apparently a fix for the issue will be rolling out soon. A week or two ago there was an issue with the inability to change the hub site theme and the above was the suggested workaround.
Thank you, will do.
Laurie Petrick it looks as though I am also in the same boat and the previous workaround no longer works so I have resorted to using PowerShell to manage the navigation so if you can't wait for MS to fix the problem look at using the following PnP PowerShell cmdlets.
Get-PnPNavigationNode
Add-PnPNavigationNode
Remove-PnPNavigationNode
You will need to install the SharePoint Online PowerShell module in order to do this, there is the link https://github.com/SharePoint/PnP-PowerShell.
- Laurie PetrickOct 04, 2018Copper Contributor
Du Le- thank you!! I've also reached out to Microsoft to see if the afore-mentioned fix had been pushed out to early release customers only and if they can check our tenant to see if we'd received it. I really appreciate the PS script below - it's not my forte, so this is helpful. Thanks again, Laurie
Du Le wrote:Laurie Petrick it looks as though I am also in the same boat and the previous workaround no longer works so I have resorted to using PowerShell to manage the navigation so if you can't wait for MS to fix the problem look at using the following PnP PowerShell cmdlets.
Get-PnPNavigationNodeAdd-PnPNavigationNode
Remove-PnPNavigationNode
You will need to install the SharePoint Online PowerShell module in order to do this, there is the link https://github.com/SharePoint/PnP-PowerShell.