BlazorStrap icon indicating copy to clipboard operation
BlazorStrap copied to clipboard

popper.min.js 404 at runtime

Open Clive321A opened this issue 2 years ago • 2 comments

Hi, I get this error in the Browser console at runtime

Could not load content for https://###.com/_content/BlazorStrap/popper.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

I have the below in my index.html body tag. which is presumably where this 404 is coming from, Everything seems to work fine though

<script src="_content/BlazorStrap/popper.min.js"></script>

Clive321A avatar May 24 '22 21:05 Clive321A

can safely ignore the map file message it's not included in the package. Just a debug thing. What version are you working with 1.0 or 5 so I can remove the reference to it?

jbomhold3 avatar May 24 '22 23:05 jbomhold3

Thanks, im using V5

Clive321A avatar May 24 '22 23:05 Clive321A

I'm seeing this issue, is there a fix?

The program '' has exited with code 4294967295 (0xffffffff). Could not read source map for https://localhost:7158/_content/BlazorStrap/popper.min.js: Unexpected 404 response from https://localhost:7158/_content/BlazorStrap/popper.min.js.map:

JosephAspey avatar Mar 16 '23 13:03 JosephAspey

Still can safely ignore it, or if it really bugs you, use the CDN for the moment. https://unpkg.com/@popperjs/[email protected]/dist/umd/popper.min.js I removed the map from the script file, but it won't be in until the next release.

This would cause the "program has exited with code 4294967295 (0xffffffff)" part however.

jbomhold3 avatar Mar 16 '23 13:03 jbomhold3