IDE resources caching from UD is broken #1909
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/blocker
Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
Milestone
Earlier UD cached IDE resources to speedup loading of IDE. Now this technick is broken. URL of compilation mapping file is not reachable due to changes in URL scheme. Here is the URL used by UD: http://localhost:8080/ide/_app/compilation-mappings.txt?uid=553185
Reproduction Steps:
Expected behavior:
UD should be able to get compilation mapping file, get resources URL and fetch it into the cache.
Observed behavior:
Request to retrieve compilation mappings file returns main IDE page.
There is an error in console of the browser: Unable to find the IDE javascript file to cache
Che version: 4.6.0-SNAPSHOT
Additional information:
The text was updated successfully, but these errors were encountered: