stacktrace.js icon indicating copy to clipboard operation
stacktrace.js copied to clipboard

get() triggers unsupported protocol schemes error

Open pendenaor opened this issue 7 years ago • 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

pendenaor avatar Aug 08 '18 08:08 pendenaor

Any update on this one?

AdrianMrn avatar Mar 11 '19 11:03 AdrianMrn

Having the same problem.

SuspendedPhan avatar Sep 09 '20 16:09 SuspendedPhan