Forum Discussion
Daniel Schmidt
Sep 13, 2018Brass Contributor
Cannot update Hub Site Navigation
Anyone else having issues today updating Hub Site navigation? Tried Different Browsers, Users, Computer, existing and New Hub site... I make the change, hit Save and nothing changes. I opened a tic...
- Sep 14, 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.
Laurie Petrick
Oct 02, 2018Copper Contributor
Thank you, will do.
Du Le
Oct 04, 2018Copper Contributor
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.