https://tools.wmflabs.org/monumental failed to load
webconsole:
Loading failed for the <script> with source “https://tools.wmflabs.org/assets/bundle.min.js?v=17.07.02”.
I think this is related to cdnjs?
| Quiddity | |
| Aug 29 2017, 8:44 PM |
| F9210801: image.png | |
| Aug 29 2017, 8:44 PM |
https://tools.wmflabs.org/monumental failed to load
webconsole:
Loading failed for the <script> with source “https://tools.wmflabs.org/assets/bundle.min.js?v=17.07.02”.
I think this is related to cdnjs?
$ curl -s https://tools.wmflabs.org/monumental | grep bundle <script type="text/javascript" src="assets/bundle.min.js?v=17.07.02"></script></body>
No, related to relative uris.
You need to end URL with slash (https://tools.wmflabs.org/monumental/).
@Slaporte @MahmoudHashemi can we do backend redir from /monumental to /monumental/?
Same error here:
on the page https://fr.wiktionary.org/wiki/maman or any other fr.wikt page in read mode (except special pages)...
Note: only with Firefox, not with Google Chrome.
Because of that, all gadgets are disabled.
NB: also happens in en.wikt!
I created a new task for it: T206329
Please fell free to archive/delete this conversation
I cannot reproduce. https://tools.wmflabs.org/monumental redirects to https://tools.wmflabs.org/monumental/ which in turn loads https://tools.wmflabs.org/monumental/assets/bundle.min.js?v=19.04.01 without problems
$ curl --head https://tools.wmflabs.org/monumental HTTP/2 302 ... location: https://tools.wmflabs.org/monumental/
$ curl --head 'https://tools.wmflabs.org/monumental/assets/bundle.min.js?v=19.04.01' HTTP/2 200 ... content-type: application/javascript content-length: 2344377