Forum Discussion

Tamalur Shaikh's avatar
Tamalur Shaikh
Copper Contributor
Sep 27, 2018

SharePoint Framework debugging issue

Hi 

 

Did anyone face the following issue

While I was debugging SP Framework code I got "Unverified break point" at any break point. I followed all steps but still got same issue. I saw following error in debug console.

 

Failed to load resource: the server responded with a status of 404 (Not Found) [https://localhost:4321/temp/workbench-packages/@microsoft_sp-loader/dist/sp-loader-assembly_default.js]
 
Failed to load resource: the server responded with a status of 404 (Not Found) [https://localhost:4321/temp/workbench-packages/@microsoft_sp-webpart-workbench/lib/api/workbenchInit.js]
 
Failed to load resource: the server responded with a status of 404 (Not Found) [https://localhost:4321/temp/workbench-packages/@microsoft_sp-loader/dist/sp-loader-assembly_default.js]
 
Refused to execute script from 'https://localhost:4321/temp/workbench-packages/@microsoft_sp-loader/dist/sp-loader-assembly_default.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. [https://localhost:4321/temp/workbench.html]
 
Failed to load resource: the server responded with a status of 404 (Not Found) [https://localhost:4321/temp/workbench-packages/@microsoft_sp-webpart-workbench/lib/api/workbenchInit.js]
 
Refused to execute script from 'https://localhost:4321/temp/workbench-packages/@microsoft_sp-webpart-workbench/lib/api/workbenchInit.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. [https://localhost:4321/temp/workbench.html]
 
TypeError: Cannot read property 'start' of undefined
workbench.html:69
at c:\spfxdemo\temp\workbench.html:69:30
 
 

Resources