stacktracejs/stacktrace.js

get() triggers unsupported protocol schemes error

pendenaor opened this issue · 2 comments

When using get asynchronous method, Chrome chokes on webpack-internal unsupported protocol scheme.
Seems similar to #127, the only diff i see is webpack-internal instead of webpack.

Expected Behavior

The source map requests resolve path without errors

Current Behavior

get triggers an stacktrace-gps.js?38bb:37 Failed to load webpack-internal:///./src/main.js: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. failure.

Steps to Reproduce (for bugs)

Basic vue-cli 3 project (webpack 4 + Babel 7)

Context

I'm trying to have nice stack frame with path resolved

Your Environment

  • stacktrace.js version: 2.0.0
  • Browser Name and version: Chrome 67.0.3396.99 (Build officiel) (64 bits)
  • Operating System and version (desktop or mobile): Windows 10 Pro 64 bits

Any update on this one?

Having the same problem.