DevTools failed to load source map: Could not load content for webpack:///node_modules/sockjs-client/dist/sockjs.js.map: Fetch through target failed: Unsupported URL scheme; Fallback: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
A page or script is accessing at least one ofnavigator.userAgent,navigator.appVersion, andnavigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage ofnavigator.userAgent,navigator.appVersion, andnavigator.platformwith feature detection, progressive enhancement, or migrate tonavigator.userAgentData.
Note that for performance reasons, only the first access to one of the properties is shown.
DevTools failed to load source map: Could not load content for webpack:///node_modules/sockjs-client/dist/sockjs.js.map: Fetch through target failed: Unsupported URL scheme; Fallback: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME