SPFx extension application customizer CSS Issue

Deshmukh, Sanket 0 Reputation points
2023-10-30T05:53:54.88+00:00

Hi All,

We are using spfx extension application customizer in our SPO site, If we are getting navigated from that SPO site (where extension is deployed) to another SPO site from same tenant (where extension is not deployed), same css we have used in extension is getting applied to site where extension is not deployed.

Note - we are using SharePoint quick links or links in text webpart for navigations. Also navigation is getting performed in same tab.

It seems like css is getting stuck there due to partial loading in SharePoint

Can anyone please help on this issue?

Thanks,

Sanket

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
8,560 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,396 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. RaytheonXie_MSFT 26,791 Reputation points Microsoft Vendor
    2023-10-30T06:43:16.0933333+00:00

    Hi @Deshmukh, Sanket (Cognizant),

    This might caused by you have set the solution Tenant-scoped available. You could set skipFeatureDeployment to false to prevent the solution from deployed across the tenant.

    For more details, you could refer to the following document

    Tenant-scoped solution deployment for SharePoint Framework solutions


    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.