Lately, I have been finding a lot of bug in very simple features that worked well in the previous versions.
Note: I have already submitted a ticket to Microsoft about this issue. Seems to be a bug. They have escalated to an SME and now it’s a waiting game. I just wanted to see if anyone else was experiencing the same issue.
I am attempting to update a site Global Navigation to Structural Navigation and display the subsites.
Once the selections are check and I click save I get a message that I do not have access to this page.
I’ve checked, and Microsoft has checked. I do have the proper access in place. This seems to be a bug.
Has anyone else experienced this?
Hi,
Which version of SharePoint are you using? SharePoint online?
If using SharePoint Online, you can try to enable scripting in your Admin Center (takes 24 hours) by following this link or you do it with PowerShell with the following command and it will be immediate.
Connect-SPOService -Url https://yourtenant-admin.sharepoint.com -credential admin@yourtenant.onmicrosoft.com
Set-SPOSite -Identity https://yourtenant.sharepoint.com -DenyAddAndCustomizePages 0
It’s amazing how much the site scripting affects functionality 🙂
this happened my first time using SPO – joy )