-
Notifications
You must be signed in to change notification settings - Fork 180
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
Integrety faliure caurses stuck on loading screen #157
Comments
It is to do with trunk, I'm note shore of it's effected by this project or not. I've switched to wasm-pack but I'll leave the issue open in case anyone else finds a solution. |
I have the same issue |
did you manage to find a fix? |
Nope, the issue still persists. Tho it seems this is an issue with trunk or wasm-bindgen, not specifically eframe. |
I ran into the same issue and fixed it by setting the
|
Interesting, i also kinda sorta found a “““workaround”””. |
Sadly, that doesn't seem to work for me :( |
the newest version of trunk seems to have fixed this for me, at least in development mode. |
127.0.0.1/:132 The
integrity
attribute is currently ignored for preload destinations that do not support subresource integrity. See https://crbug.com/981419 for more information127.0.0.1/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'http://127.0.0.1:8080/eframe_template-bec6097ef300d351.js' with computed SHA-384 integrity '+18uXC4WNVnLBxkmGwd6jx649BRgbGmN8U+tnG7h6AmyI+EwP7g73zbXxxFtSjA5'. The resource has been blocked.
The resource http://127.0.0.1:8080/eframe_template-bec6097ef300d351_bg.wasm was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate
as
value and it is preloaded intentionally.Got the error useing a compleatly unmodified and modifyed (changed crate name and some code) version of the template with persistence disabled, can be fixed by disableing site data for the wabsite on chrome,
Opining "http://127.0.0.1:8080/tt-a9a87a6af848ab46.js" through the console also solves the issue
Windows, chrome, useing trunk surve
The text was updated successfully, but these errors were encountered: