Singularity
Singularity copied to clipboard
UI won't load with docker-compose deployment
I pulled the source from GitHub and tried docker-compose up. All I get is a moving circle on both UIs (singularity and baragon)
The JavaScript console says this:
Uncaught Error: Cannot find module "!!../../css-loader/index.js?sourceMap!../../resolve-url-loader/index.js?fail!../../sass-loader/index.js?sourceMap!./default.scss"
at default.scss:4
at Object.
Same issue here with native deployment.
The root cause seems to be 307 when fetching swagger from unpkg.com
Singulary should embed swagger instead depending on internet resources
See https://imgur.com/a/trcBAbI
Hey, agreed we should start embedding it. I don't have time to get that PR out right away, but any PRs welcome if you guys have the time