You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/01/19 19:17:56 UTC

[GitHub] [incubator-superset] DylanNWatt commented on issue #8975: UI not working in docker production setup.

DylanNWatt commented on issue #8975: UI not working in docker production setup.
URL: https://github.com/apache/incubator-superset/issues/8975#issuecomment-576036970
 
 
   I also came across this, and after a long debugging session I walked away and it was working. I'm pretty sure it's just that you're able to access the webpage long before the npm installation process has completed. If you inspect the source of the returned page when it's in that, there are no script tags embedded. 
   
   After waiting for about 15 minutes on a modern macbook pro, the logs progressed from `npm ci` step to the actual build, and it started working. The fix here is probably just not starting the web server until the build is complete, and adding more clear logging after `npm ci` of "Installing web dependencies, this may take a while"/

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org