-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
Windows
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
- SPFx version: 1.21.1
- Node.js version: 22.17.1
Describe the bug / error
Hello,
as of the day im raising this issue, deploying SPFx solutions to teams as a personal app seems to be broken.
When trying to open existing Teams Apps they result in the following SharePoint Error Page (Couldn't switch to English, sorry):
Until yesterday the apps still worked, since then no changes have been made to them. I also tried creating a new solution, uploaded it to SharePoint and added it to Teams but it results in the same issue.
With that I tried the Add to Teams feature in the SharePoint Admin Apps Page as well as the manual Teams app package creation and upload but both ways resulted in the same error page.
The Apps work normally when running them as a normal web part on a SharePoint page.
Steps to reproduce
- Create new SPFx WebPart project
- Add TeamsPersonalApp to supportedHosts in manifest
- Bundle and upload webpart
- Provide to all Sites and press Add to Teams
- Open the app in teams
Expected behavior
App opens and works normally.