SharePoint / SharePoint/sp-dev-docs
SPFx ApplicationCustomizer script not loading in MS Teams tabs (List or Library)
@Ashlesha-MSFT is already working on this.
Since May 12, 2025.
- Dominant language
- PowerShell
- Stars
- 1.4k
- Forks
- 1.1k
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 12
Description
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
None
What browser(s) / client(s) have you tested
- 💥 Internet Explorer
- 💥 Microsoft Edge
- 💥 Google Chrome
- 💥 FireFox
- 💥 Safari
- mobile (iOS/iPadOS)
- mobile (Android)
- not applicable
- other (enter in the "Additional environment details" area below)
Additional environment details
- browser version 126.0.6478.127 (Official Build) (64-bit)
- SPFx version: 1.19.0
- Node.js version: v18.17.1
- MS Teams: 24152.412.2958.9166 (The client version is 49/24053101421.)
Describe the bug / error
After creating a new SharePoint tab in Microsoft Teams and selecting any existing list or library from the SharePoint site, the ApplicationCustomizer scripts are no longer loaded. This functionality was working a few days ago.
Steps to reproduce
-
Create a new SPFX Application Customizer using the Yeoman Generator. By default, it should show an alert on each page.
-
Build and package the solution with the --ship option, then upload the '.sppkg' file to SharePoint tenant app catalog.
-
Create a new team in Microsoft Teams (e.g. Team1). This will automatically create a related Team1 site collection in the SharePoint tenant
-
Add the SPFx App to Team1 site collection. The default app alert should display on each page.
-
Add a new general list (List1), a document library (Library1), and a modern page (Page1) to the Team1 site
-
Open Microsoft Teams and add three new SharePoint tabs to default General channel of Team1 (1st for List1, 2nd for Library1 and 3rd for Page1)
-
Observe that the alert is not displayed for List1 and Library1 tabs in MS Teams.
-
Alert is only displayed on Page1 tab
Expected behavior
SPFx ApplicationCustomizer scripts should be loaded in each list and library SharePoint tab in Teams.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.