Sharepoint Server SE: Missing Gear Icon on Modern Sites

Schulz, Athena 0 Reputation points
2025-04-28T12:15:49.7866667+00:00

Hello,

on our Sharepoint Server SE Farm (KB 5002705), Site Collections using modern site templates (teams site and communication) are missing the top bar displaying the Gear Icon for accessing the site settings and the currently logged in user. Non-modern site templates seem to be working just fine.

On the JS Console, the following error is logged:

sp-pages-assembly.js?uniqueId=mwScc:1281 
 Uncaught (in promise) Error: Failed to retrieve Hybrid SuiteNavData
    at e._logAndThrowSuiteNavLoadingError (sp-pages-assembly.js…Id=mwScc:1281:37286)
    at sp-pages-assembly.js…Id=mwScc:1281:37101

The cause seems to be this Javascript-Code calling an api endpoint and expecting a NavBarData attribute, while whats actually returned is the JSON below:

var e = this, t = this._siteRelUrl + "/_api/Microsoft.SharePoint.Portal.SuiteNavData.GetSuiteNavData?v=2&Locale=" + this._currentUICultureName;      
return this._spHttpClient.get(t, C.SPHttpClient.configurations.v1).then((function(t) {                                    				     
return 200 !== t.status && e._logAndThrowSuiteNavLoadingError(),
                                    t.json().then((function(t) {
                                        if ("" !== t.value) {
                                            var n = JSON.parse(t.value);
                                            return n.NavBarData && !n.NavBarData.Dimensions && (n.NavBarData.Dimensions = {
                                                Top: Z._defaultSuiteNavHeight
                                            }),
                                            n
                                        }
                                        e._logAndThrowSuiteNavLoadingError()
                                    }
                                    ))
                                }
                                ))

{
    "@odata.context": "https://<sitecollection_url>/_api/$metadata#Edm.String",
    "value": ""
}

Is this a known issue or is there any way to fix this?

Any help would be appreciated!

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
3,060 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Hien-L 4,055 Reputation points Microsoft External Staff Moderator
    2025-04-29T09:13:47.7466667+00:00

    Hi Schulz, Athena,

    Good day! Welcome to Q&A forum.

    After you installing April 8, 2025 (KB5002705), have your run SharePoint Product Configuration wizard?

    Whether all users cannot see Gear Icon in modern site templates

    Try to create new modern site templates (Teams site and communication) and compare whether there is Gear Icon.

    Hope these information helps.

    Please do let us know if you have any further queries.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.