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
Additional environment details
- browser version
- SPFx 1.23.1
- Node.js v22.21.0
Describe the bug / error
Been trying to debug this on the workbench and on the dev toolbar, the manifest seems to be pointing to another URL.
I saw an earlier ticket on the same being completed, however I continue to be having the same issue.
"debug=true&noredir=true&debugManifestsFile=https://localhost:4321/temp/build/manifests.js"
The browser seems to be ignoring the url and trying this ,
http://localhost:4321/temp/manifests.js
Any help would be greatly appreciated.
Steps to reproduce
Expected behavior
Expected to atleast show the default HelloWorld webpart
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
Additional environment details
Describe the bug / error
Been trying to debug this on the workbench and on the dev toolbar, the manifest seems to be pointing to another URL.
I saw an earlier ticket on the same being completed, however I continue to be having the same issue.
"debug=true&noredir=true&debugManifestsFile=https://localhost:4321/temp/build/manifests.js"
The browser seems to be ignoring the url and trying this ,
http://localhost:4321/temp/manifests.js
Any help would be greatly appreciated.
Steps to reproduce
Expected behavior
Expected to atleast show the default HelloWorld webpart