chanan / BlazorStrap

Bootstrap 4 Components for Blazor Framework
https://blazorstrap.io
The Unlicense
911 stars 156 forks source link

popper.min.js 404 at runtime #519

Closed Clive321A closed 1 year ago

Clive321A commented 2 years ago

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>
jbomhold3 commented 2 years ago

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?

Clive321A commented 2 years ago

Thanks, im using V5

JosephAspey commented 1 year ago

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:

jbomhold3 commented 1 year ago

Still can safely ignore it, or if it really bugs you, use the CDN for the moment. https://unpkg.com/@popperjs/core@2.9.2/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.