-
Notifications
You must be signed in to change notification settings - Fork 5
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
404 for a bunch of components like /elements/apply-shim.min.js.map #253
Comments
Testing with Chrome 90.0.4430.85 and 90.0.4430.93 on MacOS. In Firefox I don't see these 404 statuses. |
A bit earlier in the log I can see this:
At least one element appears to be loaded. 🙂 |
A listing of the /elements dir show this:
|
Hi Onno, Thanks for reporting this. I haven't been able to reproduce the problems myself. I've tested these both with Firefox and Chrome, both under Linux. In neither case do I see failed attempts to access The 404 response itself is not a surprise. As you reported, the directory The problem doesn't appear to be a regression. dCache v6.0.37 includes a newer version of dCacheView: v1.6.3. The previous version of dCache, v6.0.36, included an earlier version of dCacheView: v1.6.1. In both cases, the Do you see any problems with the UI, or is this problem limited to the errors shown in the console? |
OK, I think I have some idea what's happening here. The file The
The following links provide more details on sourceMappingURL: https://www.html5rocks.com/en/tutorials/developertools/sourcemaps/ So, my conclusion is that dCacheView is broken because the generated To fix this, we should either include the source map files with dCacheView, or update The good news is that this affects debugging only. The actual user interface of dCacheView should be unaffected. |
Hi Paul, thanks for looking into this! |
I'm testing the latest dCacheView in dCache 6.0.37. Unfortunately the Javascript console shows that a few components can't be loaded. Not sure how severe this is; might be cosmetic but even then it makes troubleshooting other issues harder.
These files got a 404 status code:
Some more logging:
The text was updated successfully, but these errors were encountered: