Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

map file not server by webpack-dev-server #469

Open
krysalead opened this issue Jun 13, 2022 · 1 comment
Open

map file not server by webpack-dev-server #469

krysalead opened this issue Jun 13, 2022 · 1 comment

Comments

@krysalead
Copy link

  • Version: 2.8.2
na
  • Target: Linux

Hey there! If you need some help.

I am running an Electron application using electron-webpack. I have a massive number of 404 in my application console related to missing SourceMap files. Those files are present on the disk in the path mentioned by the browser. My application is starting properly and it is server by webpack (4.42.1) the only difference with my files is that they are in the node_modules and sub folder node_modules.

DevTools failed to load SourceMap: Could not load content for http://localhost:9080/home/oda/work/my-app/downloader/node_modules/conf/node_modules/ajv/dist/compile/codegen/index.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
@Bartel-C8
Copy link

Bartel-C8 commented Jul 27, 2022

Same here with @sentry/electron sourcemaps...

DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/electron/index.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/index.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/browser.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/global.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/node.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/env.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/is.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/dsn.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/error.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/instrument.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/logger.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/object.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/string.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/stacktrace.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/buildPolyfills/index.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/buildPolyfills/_asyncNullishCoalesce.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/buildPolyfills/_nullishCoalesce.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/buildPolyfills/_asyncOptionalChain.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/buildPolyfills/_asyncOptionalChainDelete.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/buildPolyfills/_createNamedExportFrom.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/buildPolyfills/_createStarExport.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/buildPolyfills/_interopDefault.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/buildPolyfills/_interopNamespace.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/buildPolyfills/_interopNamespaceDefaultOnly.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/buildPolyfills/_interopRequireDefault.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/buildPolyfills/_interopRequireWildcard.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/buildPolyfills/_optionalChain.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/buildPolyfills/_optionalChainDelete.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/supports.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/memo.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/misc.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/normalize.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/path.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/promisebuffer.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/syncpromise.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/requestdata.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/severity.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/time.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/tracing.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/envelope.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/clientreport.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/ratelimit.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/utils/cjs/baggage.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/electron/integrations.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/core/cjs/index.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/hub/cjs/index.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/hub/cjs/scope.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/hub/cjs/session.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/hub/cjs/sessionflusher.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/hub/cjs/hub.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/hub/cjs/exports.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/core/cjs/api.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/core/cjs/baseclient.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/core/cjs/envelope.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/core/cjs/integration.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/core/cjs/sdk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/core/cjs/version.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/core/cjs/transports/base.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/core/cjs/integrations/index.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/core/cjs/integrations/functiontostring.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/core/cjs/integrations/inboundfilters.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/electron/renderer/index.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/index.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/client.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/eventbuilder.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/exports.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/integrations/breadcrumbs.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/transports/utils.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/transports/index.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/transports/fetch.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/transports/xhr.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/stack-parsers.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/sdk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/helpers.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/integrations/index.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/integrations/trycatch.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/integrations/linkederrors.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/integrations/globalhandlers.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/integrations/httpcontext.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/browser/cjs/integrations/dedupe.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/electron/renderer/integrations/index.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/electron/renderer/integrations/scope-to-main.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/electron/renderer/ipc.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/electron/common/index.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/electron/common/ipc.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/electron/common/normalize.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/electron/common/mode.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/electron/common/merge.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/electron/common/process.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/electron/renderer/integrations/event-to-main.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/electron/renderer/sdk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:9080/Users/bartel/git/klstr-ctrl/node_modules/@sentry/electron/renderer/stack-parse.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants