jdnurmi commented on issue #4690: css not loading at 
"http://0.0.0.0:8088/superset/welcome"; 
URL: 
https://github.com/apache/incubator-superset/issues/4690#issuecomment-376313841
 
 
   Not reporter, but similar experience, using the community docker image as a 
base, but shifting to version 0.24.0 (direct pull from github releases as it 
wasn't available on pypi this morning)
   
   HTML Fails to pull a reference in the header:
   `<link rel="stylesheet" type="text/css" href="/static/assets/dist/" />
   ` 
   
   Which to source is 
   `      <link rel="stylesheet" type="text/css" href="{{ 
js_manifest('theme.css') }}" />
   `
   in templates/superset/basic.html.
   
   I started to try to trace js_manifest, but couldn't find a generated 
manifest that it was trying to read, or how to generate one, so I started 
checking in the issues list here on github, and here I am 😄 
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to