SOLVED

Cannot update Hub Site Navigation

Brass Contributor

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 ticket, trying to figure out if anyone else is having the same problem

24 Replies

Yes having the exact same problem on a newly provisioned HUB site, provisioned around 16:00 GMT, and since removed HUB capability and re converted back to a HUB still unable to change the top nav.

Same problem here.  Hopefully they sort this soon.

best response confirmed by Daniel Schmidt (Brass Contributor)
Solution

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,

 

Workaround worked and MS has fixed it now

I am still experiencing this issue - I do not believe it has been fixed @Daniel Schmidt. I have a hub site with navigation defined and am trying to edit the URLs within each menu item - some update, others do not. @Daniel Schmidt re: work-around, I cannot edit the URLs from the Site Contents or a document library - I can add links, but not modify them. From the home page, sometimes the 'Save' button works, other times it appears to work but then does not close the menu - leaving only the option to 'Cancel'. I do not receive an error in either case. When the 'Save' button appears to work (saves and then closes navigation editing), not all updated links are actually saved. 

@Laurie Petrick - Mine was fixed a couple weeks ago, the workaround (Go Site Contents and then edit) also worked for me.     If you are still having problems then try a different browser, and if that does not work I would open a ticket with MS to see if your tenant got missed with the patch.

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.

@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-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.


 

@Daniel Schmidt 

I see that your original post was over a year ago, but I seem to have this problem also concerning the hub site nav bar.

 

Saving the URL for the link seems ok but saving the overall bar doesn't work. This results in no save.

 

The only thing that seems to work is to delete the link and start over with a new one.

@alandarr 

 

Yes, I too am having trouble. The menu looks correct when viewed from a classic page, but the modern menu is still showing an old version.

It is mid-February 2021 and I am seeing the same issue now. Any ideas Microsoft?

@Jessica Brennan 

 

My issue was caused by adding audiences to the menu items.

I found that adding a SharePoint group as an audience caused the problem.

Using an AD groups works fine. Not ideal, but it works.

Sometimes it is necessary to update the menu by changing its style on the hub site to force an update.

 

Paul

@paulmesser 

I'm still scratching my head on this one. I manage our SPO, but don't have access to AD to setup groups. Hopefully this will not be the case in the future. It makes audience targeting only half way useful!

Thanks Paul, 

I'm not using Audience targeting. I left the new items on the navigation list and over the weekend, they "magically" showed up. Today I made some more changes and will watch to see when they update. I moved the item that I added to the list and I changed the navigation header name. I don't have admin access so I usually wait and see if things work out overnight or a weekend, before going to IT. 

 

@paulmesser 

Try clearing your cache or checking the changes in an incognito browser.  I had a similar issue, but clearing the cache showed the changes.

I still had this problem. I tried all the options and nothing worked, until I changed my accounts language. It appears to only change one language version, so if you are in the wrong one it didn't update. (Too bad the pnp powershell commands don't have a language flag)

Hope this helps anyone else out there, with the same issue as me.
Hubsite navigation is cached in IndexedDB which cannot be cleared by "empty cache and hard refresh". You can clear it from the browser console using:
indexedDB.deleteDatabase("ODSP_DB")
Hi Sander, I have implemented MUI in my tenant and when user switch to another language the ODSP_DB do not get refreshed and it shows the same previous language navigation from my Hub Site. I tried deleting the database, however my JS code is just clearing that DB and not actually deleting it. Looks like database is blocking for deleting in chrome.

Did you find any other way to delete it or all indexedDB databases with JS?
1 best response

Accepted Solutions
best response confirmed by Daniel Schmidt (Brass Contributor)
Solution

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.

View solution in original post