Mega Menu from Taxonomy Fails with Access Denied

Copper Contributor

Greetings,

 

Getting the modern site mega menu working in SharePoint online isn't an issue. Manually configuring mega menu links in the site collection isn't an issue either.

However, when I attempt to use a tern set for the menu, I get an access denied error. Has someone else encountered this?

 

Thank you,

Bob

1 Reply
@BoB
Ensure that the custom feature for the site collection is turned off. You can turn it off by using powershell scripts commands below

Connect to your sharepoint online
Connect-SPOService -URL https://domain-admin.sharepoint.com

Set-SPOSite -Identity https://domain.sharepoint.com/sites/SiteName -DenyAddAndCustomizePages $false