Skip to content
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

UI won't load with docker-compose deployment #1889

Open
gaborherman opened this issue Dec 19, 2018 · 3 comments
Open

UI won't load with docker-compose deployment #1889

gaborherman opened this issue Dec 19, 2018 · 3 comments

Comments

@gaborherman
Copy link

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. (default.scss:4)
at t (bootstrap baa6062525a9003f6881:71)
at Object. (MultiSelect.jsx:4)
at Object. (app.bundle.js:44109)
at t (bootstrap baa6062525a9003f6881:71)
at Object. (RequestForm.jsx:8)
at Object. (app.bundle.js:63558)
at t (bootstrap baa6062525a9003f6881:71)
at Object. (router.jsx:18)

@asyd
Copy link
Contributor

asyd commented Jan 4, 2019

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

@asyd
Copy link
Contributor

asyd commented Jan 7, 2019

See https://imgur.com/a/trcBAbI

@ssalinas
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants