-
Notifications
You must be signed in to change notification settings - Fork 1.1k
debugManifest stopped working today #10715
Copy link
Copy link
Closed
Labels
area:spfxCategory: SharePoint Framework (not extensions related)Category: SharePoint Framework (not extensions related)sharepoint-developer-supportsharepoint-developer-supportsharepoint-developer-supportstatus:fixedIssue was fixed in current or prior release.Issue was fixed in current or prior release.type:bug-confirmedConfirmed bug, not working as designed / expected.Confirmed bug, not working as designed / expected.
Metadata
Metadata
Assignees
Labels
area:spfxCategory: SharePoint Framework (not extensions related)Category: SharePoint Framework (not extensions related)sharepoint-developer-supportsharepoint-developer-supportsharepoint-developer-supportstatus:fixedIssue was fixed in current or prior release.Issue was fixed in current or prior release.type:bug-confirmedConfirmed bug, not working as designed / expected.Confirmed bug, not working as designed / expected.
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
Additional environment details
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
Expected behavior
so that it would start working again as it always had, recognizing the application running locally.