You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some warnings "A preload for 'http://localhost:5215/_framework/blazor.webassembly.66stpp682q.js' is found, but is not used because the request credentials mode does not match" appear when running the 10.0 Blazor wasm Standalone app #64011
Apreloadfor 'http://localhost:5215/_framework/blazor.webassembly.66stpp682q.js' is found, but is not used because the request credentials mode does not match. Consider taking a look at crossorigin attribute.blazor.webassembly.66stpp682q.js:1Debugging hotkey: Shift+Alt+D(whenapplicationhasfocus)[NEW]ExplainConsoleerrorsbyusingCopilotinEdge: clicktoexplainanerror.LearnmoreDon't show again
7Theresource<URL>waspreloadedusinglinkpreloadbutnotusedwithinafewsecondsfromthewindow's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
Expected Result:
There is no any error or warning on the console window.
Note:
This issue does not repro on 10.0 Blazor Web App
This issue does not repro on 9.0/8.0 Blazor wasm Standalone app
After refresh the browser, the warning still exists.