-
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
macOS
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 - 148*
- SPFx version - 1.21.1
- Node.js version - 22
Describe the bug / error
I was developing locally today, as I do every day, using the parameter in the URL "?debug=true&noredir=true&debugManifestsFile=https://localhost:4321/temp/build/manifests.js"
and suddenly it stopped working.
The authorization message for loading scripts doesn't appear,
there are no calls to localhost being made.
I tested it on different tenants, on different computers, it simply seems that the feature stopped working.
I read that a debug toolbar was implemented at the end of January, and I don't know if there have been any changes today regarding the parameters we use in the URL, but it definitely stopped working.
My manifest is loading correctly on localhost, my certificate is also okay, it simply stopped working starting at 6 PM today (Brazil time).
Does anyone have any information about this?
Steps to reproduce
- start application
- apply params on sharepoint url site
- nothing happens
Expected behavior
so that it would start working again as it always had, recognizing the application running locally.