question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker image serves no CSS

See original GitHub issue

The docker image of the release--0.31 branch does not serve CSS with the web pages.

Expected results

I go to http://localhost:8088/superset/welcome and I expect to see the beautiful CSS enabled Superset UI.

Actual results

I go to http://localhost:8088/superset/welcome and I see ugliness as a result of no CSS being served.

It looks like npm ci never ran but it did…

Screenshots

Superset without CSS

How to reproduce the bug

  1. Go to ‘contrib/docker’
  2. Run: SUPERSET_LOAD_EXAMPLES=yes docker-compose run --rm superset ./docker-init.sh
  3. Run: docker-compose up
  4. Wait for it to build the front end assets
  5. Visit http://localhost:8088/superset/welcome
  6. See ugly no-css pages

Environment

  • docker version: Docker Desktop (OS X) Community, Version 2.0.0.3 (31259), Channel: stable, 8858db33c8
  • superset version: [e.g. release--0.31, b3aa5633]
  • python version: 3.6.7 - but I don’t know what the docker image uses
  • node.js version: v11.6.0 - but I don’t know what the docker image uses
  • npm version: 6.5.0 - but I don’t know what the docker image uses

Logs

rjurney$ docker-compose up

superset_redis_1 is up-to-date
superset_postgres_1 is up-to-date
Starting superset_superset_1 ... done
Attaching to superset_redis_1, superset_postgres_1, superset_superset_1
superset_1  | + '[' 0 -ne 0 ']'
superset_1  | + '[' development = development ']'
superset_1  | + celery worker --app=superset.sql_lab:celery_app --pool=gevent -Ofair
superset_1  | + cd superset/assets/
superset_1  | + npm ci
postgres_1  | 2019-04-29 19:03:36.097 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
postgres_1  | 2019-04-29 19:03:36.097 UTC [1] LOG:  listening on IPv6 address "::", port 5432
postgres_1  | 2019-04-29 19:03:36.102 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres_1  | 2019-04-29 19:03:36.119 UTC [25] LOG:  database system was shut down at 2019-04-29 19:02:31 UTC
postgres_1  | 2019-04-29 19:03:36.126 UTC [1] LOG:  database system is ready to accept connections
postgres_1  | 2019-04-29 19:06:38.513 UTC [36] LOG:  unexpected EOF on client connection with an open transaction
postgres_1  | 2019-04-29 19:06:38.525 UTC [32] LOG:  unexpected EOF on client connection with an open transaction
postgres_1  | 2019-04-29 19:06:38.536 UTC [35] LOG:  unexpected EOF on client connection with an open transaction
postgres_1  | 2019-04-29 19:06:39.260 UTC [1] LOG:  received smart shutdown request
postgres_1  | 2019-04-29 19:06:39.265 UTC [1] LOG:  worker process: logical replication launcher (PID 31) exited with exit code 1
postgres_1  | 2019-04-29 19:06:39.265 UTC [26] LOG:  shutting down
postgres_1  | 2019-04-29 19:06:39.290 UTC [1] LOG:  database system is shut down
postgres_1  | 2019-04-29 19:07:13.279 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
postgres_1  | 2019-04-29 19:07:13.279 UTC [1] LOG:  listening on IPv6 address "::", port 5432
postgres_1  | 2019-04-29 19:07:13.282 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres_1  | 2019-04-29 19:07:13.296 UTC [24] LOG:  database system was shut down at 2019-04-29 19:06:39 UTC
postgres_1  | 2019-04-29 19:07:13.304 UTC [1] LOG:  database system is ready to accept connections
redis_1     | 1:C 29 Apr 19:03:35.957 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1     |                 _._
redis_1     |            _.-``__ ''-._
redis_1     |       _.-``    `.  `_.  ''-._           Redis 3.2.12 (00000000/0) 64 bit
redis_1     |   .-`` .-```.  ```\/    _.,_ ''-._
redis_1     |  (    '      ,       .-`  | `,    )     Running in standalone mode
redis_1     |  |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
redis_1     |  |    `-._   `._    /     _.-'    |     PID: 1
redis_1     |   `-._    `-._  `-./  _.-'    _.-'
redis_1     |  |`-._`-._    `-.__.-'    _.-'_.-'|
redis_1     |  |    `-._`-._        _.-'_.-'    |           http://redis.io
redis_1     |   `-._    `-._`-.__.-'_.-'    _.-'
redis_1     |  |`-._`-._    `-.__.-'    _.-'_.-'|
redis_1     |  |    `-._`-._        _.-'_.-'    |
redis_1     |   `-._    `-._`-.__.-'_.-'    _.-'
redis_1     |       `-._    `-.__.-'    _.-'
redis_1     |           `-._        _.-'
redis_1     |               `-.__.-'
redis_1     |
redis_1     | 1:M 29 Apr 19:03:35.958 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1     | 1:M 29 Apr 19:03:35.958 # Server started, Redis version 3.2.12
redis_1     | 1:M 29 Apr 19:03:35.958 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
redis_1     | 1:M 29 Apr 19:03:35.958 * DB loaded from disk: 0.000 seconds
redis_1     | 1:M 29 Apr 19:03:35.958 * The server is now ready to accept connections on port 6379
redis_1     | 1:signal-handler (1556564799) Received SIGTERM scheduling shutdown...
redis_1     | 1:M 29 Apr 19:06:39.305 # User requested shutdown...
redis_1     | 1:M 29 Apr 19:06:39.305 * Saving the final RDB snapshot before exiting.
redis_1     | 1:M 29 Apr 19:06:39.310 * DB saved on disk
redis_1     | 1:M 29 Apr 19:06:39.310 # Redis is now ready to exit, bye bye...
redis_1     | 1:C 29 Apr 19:07:13.301 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1     |                 _._
redis_1     |            _.-``__ ''-._
redis_1     |       _.-``    `.  `_.  ''-._           Redis 3.2.12 (00000000/0) 64 bit
redis_1     |   .-`` .-```.  ```\/    _.,_ ''-._
redis_1     |  (    '      ,       .-`  | `,    )     Running in standalone mode
redis_1     |  |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
redis_1     |  |    `-._   `._    /     _.-'    |     PID: 1
redis_1     |   `-._    `-._  `-./  _.-'    _.-'
redis_1     |  |`-._`-._    `-.__.-'    _.-'_.-'|
redis_1     |  |    `-._`-._        _.-'_.-'    |           http://redis.io
redis_1     |   `-._    `-._`-.__.-'_.-'    _.-'
redis_1     |  |`-._`-._    `-.__.-'    _.-'_.-'|
redis_1     |  |    `-._`-._        _.-'_.-'    |
redis_1     |   `-._    `-._`-.__.-'_.-'    _.-'
redis_1     |       `-._    `-.__.-'    _.-'
redis_1     |           `-._        _.-'
redis_1     |               `-.__.-'
redis_1     |
redis_1     | 1:M 29 Apr 19:07:13.302 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1     | 1:M 29 Apr 19:07:13.302 # Server started, Redis version 3.2.12
redis_1     | 1:M 29 Apr 19:07:13.302 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
redis_1     | 1:M 29 Apr 19:07:13.302 * DB loaded from disk: 0.000 seconds
redis_1     | 1:M 29 Apr 19:07:13.302 * The server is now ready to accept connections on port 6379
superset_1  | npm WARN prepare removing existing node_modules/ before installation
superset_1  |
superset_1  | > fsevents@1.2.7 install /home/superset/superset/assets/node_modules/fsevents
superset_1  | > node install
superset_1  |
superset_1  |
superset_1  | > sinon@4.5.0 postinstall /home/superset/superset/assets/node_modules/sinon
superset_1  | > node scripts/support-sinon.js
superset_1  |
superset_1  | Have some ❤️ for Sinon? You can support the project via Open Collective:
superset_1  |  > https://opencollective.com/sinon/donate
superset_1  |
superset_1  |
superset_1  | > fetch-mock@7.2.5 postinstall /home/superset/superset/assets/node_modules/fetch-mock
superset_1  | > node scripts/support-fetch-mock.js
superset_1  |
superset_1  | Have some ❤️ for fetch-mock? Why not donate to my charity of choice:
superset_1  |  > https://www.justgiving.com/refugee-support-europe
superset_1  |
superset_1  | added 2319 packages in 216.24s
superset_1  | + npm run sync-backend
superset_1  |
superset_1  | > superset@0.31.0-rc23 sync-backend /home/superset/superset/assets
superset_1  | > babel-node --preset=@babel/preset-env src/syncBackend.js
superset_1  |
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | You must call configure(...) before calling other methods
superset_1  | File /home/superset/superset/assets/src/../backendSync.json was saved!
superset_1  | + FLASK_APP=superset:app
superset_1  | + flask run -p 8088 --with-threads --reload --debugger --host=0.0.0.0
superset_1  | + cd superset/assets/
superset_1  | + npm run dev
superset_1  |
superset_1  | > superset@0.31.0-rc23 dev /home/superset/superset/assets
superset_1  | > webpack --mode=development --colors --progress --debug --watch
superset_1  |
superset_1  |  * Serving Flask app "superset:app" (lazy loading)
superset_1  |  * Environment: production
superset_1  |    WARNING: Do not use the development server in a production environment.
superset_1  |    Use a production WSGI server instead.
superset_1  |  * Debug mode: off
superset_1  |  * Running on http://0.0.0.0:8088/ (Press CTRL+C to quit)
superset_1  |  * Restarting with stat
superset_1  |  * Debugger is active!
superset_1  |  * Debugger PIN: 282-091-345
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:12:30] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:12:30,918:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:12:30] "GET /health HTTP/1.1" 200 -
superset_1  | clean-webpack-plugin: /home/superset/superset/assets/dist has been removed.
superset_1  | Starting type checking service...
superset_1  | Using 1 worker with 2048MB memory limit
superset_1  |  10% building 7/7 modules 0 active
superset_1  | webpack is watching the files…
superset_1  |
 10% building 7/16 modules 9 active ...ode_modules/babel-polyfill/lib/index.js127.0.0.1 - - [29/Apr/2019 19:13:01] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:13:01,046:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:13:01] "GET /health HTTP/1.1" 200 -
 68% building 1494/1523 modules 29 active .../superset/assets/src/utils/reactify.jsx127.0.0.1 - - [29/Apr/2019 19:13:31] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:13:31,219:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:13:31] "GET /health HTTP/1.1" 200 -
 69% building 3768/3784 modules 16 active ...les/@data-ui/xy-chart/esm/axis/XAxis.js127.0.0.1 - - [29/Apr/2019 19:14:01] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:14:01,359:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:14:01] "GET /health HTTP/1.1" 200 -
 98% after emitting WebpackAssetsManifestNo type errors found
superset_1  | Version: typescript 3.2.2
superset_1  | Time: 46268ms
Hash: 37742f239de585178b8f
superset_1  | Version: webpack 4.27.1
superset_1  | Time: 85881ms
superset_1  | Built at: 04/29/2019 7:14:08 PM
superset_1  |                                                                                Asset      Size                                                              Chunks             Chunk Names
superset_1  |                                                                  0.37742f23.chunk.js  1.45 MiB                                                                   0  [emitted]
superset_1  |                                                                  1.37742f23.chunk.js  4.79 MiB                                                                   1  [emitted]
superset_1  |                                                                 10.37742f23.chunk.js   258 KiB                                                                  10  [emitted]
superset_1  |                                                                 11.37742f23.chunk.js   416 KiB                                                                  11  [emitted]
superset_1  |                                                                 12.37742f23.chunk.js   289 KiB                                                                  12  [emitted]
superset_1  |                                                                 13.37742f23.chunk.js   175 KiB                                                                  13  [emitted]
superset_1  |                                                                 14.37742f23.chunk.js   142 KiB                                                                  14  [emitted]
superset_1  |                                                                 15.37742f23.chunk.js   369 KiB                                                                  15  [emitted]
superset_1  |                                                                 16.37742f23.chunk.js  1.12 MiB                                                                  16  [emitted]
superset_1  |                                                                 17.37742f23.chunk.js   181 KiB                                                                  17  [emitted]
superset_1  |                                                                 18.37742f23.chunk.js  1.25 MiB                                                                  18  [emitted]
superset_1  |                                                                 19.37742f23.chunk.js   2.3 MiB                                                                  19  [emitted]
superset_1  |                                                                  2.37742f23.chunk.js  1.58 MiB                                                                   2  [emitted]
superset_1  |                                                                 20.37742f23.chunk.js  50.9 KiB                                                                  20  [emitted]
superset_1  |                                                                 21.37742f23.chunk.js  1010 KiB                                                                  21  [emitted]
superset_1  |                                                                 22.37742f23.chunk.js  1.81 MiB                                                                  22  [emitted]
superset_1  |                                                                 23.37742f23.chunk.js   596 KiB                                                                  23  [emitted]
superset_1  |                                                                 24.37742f23.chunk.js   439 KiB                                                                  24  [emitted]
superset_1  |                                                                 25.37742f23.chunk.js   190 KiB                                                                  25  [emitted]
superset_1  |                                                                 26.37742f23.chunk.js   265 KiB                                                                  26  [emitted]
superset_1  |                                                                 27.37742f23.chunk.js   238 KiB                                                                  27  [emitted]
superset_1  |                                                                 28.37742f23.chunk.js   239 KiB                                                                  28  [emitted]
superset_1  |                                                                 29.37742f23.chunk.js   239 KiB                                                                  29  [emitted]
superset_1  |                                                                  3.37742f23.chunk.js  3.49 MiB                                                                   3  [emitted]
superset_1  |                                                                 30.37742f23.chunk.js   238 KiB                                                                  30  [emitted]
superset_1  |                                                                 31.37742f23.chunk.js   227 KiB                                                                  31  [emitted]
superset_1  |                                                                 32.37742f23.chunk.js   183 KiB                                                                  32  [emitted]
superset_1  |                                                                 33.37742f23.chunk.js   125 KiB                                                                  33  [emitted]
superset_1  |                                                                 34.37742f23.chunk.js   248 KiB                                                                  34  [emitted]
superset_1  |                                                                 35.37742f23.chunk.js   126 KiB                                                                  35  [emitted]
superset_1  |                                                                 36.37742f23.chunk.js   374 KiB                                                                  36  [emitted]
superset_1  |                                                                 37.37742f23.chunk.js   148 KiB                                                                  37  [emitted]
superset_1  |                                                                 38.37742f23.chunk.js  66.8 KiB                                                                  38  [emitted]
superset_1  |                                                                 39.37742f23.chunk.js   221 KiB                                                                  39  [emitted]
superset_1  |                                                                  4.37742f23.chunk.js   194 KiB                                                                   4  [emitted]
superset_1  |                                                                 40.37742f23.chunk.js  64.6 KiB                                                                  40  [emitted]
superset_1  |                                                                 41.37742f23.chunk.js   340 KiB                                                                  41  [emitted]
superset_1  |                                                                 42.37742f23.chunk.js  86.8 KiB                                                                  42  [emitted]
superset_1  |                                                                 43.37742f23.chunk.js  55.2 KiB                                                                  43  [emitted]
superset_1  |                                                                 44.37742f23.chunk.js  80.6 KiB                                                                  44  [emitted]
superset_1  |                                               448c34a56d699c29117adc64c43affeb.woff2  17.6 KiB                                                                      [emitted]
superset_1  |                                                                 45.37742f23.chunk.js  69.5 KiB                                                                  45  [emitted]
superset_1  |                                                                 46.37742f23.chunk.js    64 KiB                                                                  46  [emitted]
superset_1  |                                                                 47.37742f23.chunk.js  36.6 KiB                                                                  47  [emitted]
superset_1  |                                                                 48.37742f23.chunk.js  44.6 KiB                                                                  48  [emitted]
superset_1  |                                                                 49.37742f23.chunk.js  40.4 KiB                                                                  49  [emitted]
superset_1  |                                                                  5.37742f23.chunk.js   234 KiB                                                                   5  [emitted]
superset_1  |                                                                 50.37742f23.chunk.js  75.5 KiB                                                                  50  [emitted]
superset_1  |                                                                 51.37742f23.chunk.js  54.5 KiB                                                                  51  [emitted]
superset_1  |                                                                 52.37742f23.chunk.js  45.8 KiB                                                                  52  [emitted]
superset_1  |                                                                 53.37742f23.chunk.js  20.2 KiB                                                                  53  [emitted]
superset_1  |                                                                 54.37742f23.chunk.js  10.2 KiB                                                                  54  [emitted]
superset_1  |                                                                 55.37742f23.chunk.js  7.26 KiB                                                                  55  [emitted]
superset_1  |                                                                 56.37742f23.chunk.js  10.2 KiB                                                                  56  [emitted]
superset_1  |                                                                  6.37742f23.chunk.js  85.6 KiB                                                                   6  [emitted]
superset_1  |                                                                  7.37742f23.chunk.js  5.14 MiB                                                                   7  [emitted]
superset_1  |                                                                  8.37742f23.chunk.js   247 KiB                                                                   8  [emitted]
superset_1  |                                                 89889688147bd7575d6327160d64e760.svg   106 KiB                                                                      [emitted]
superset_1  |                                                                  9.37742f23.chunk.js   189 KiB                                                                   9  [emitted]
superset_1  |                                                           addSlice.37742f23.entry.js  1.18 MiB                                                            addSlice  [emitted]  addSlice
superset_1  |                                                          dashboard.37742f23.entry.js  5.07 MiB                                                           dashboard  [emitted]  dashboard
superset_1  |                                                 e18bbf611f2a2e43afc071aa2f4e1512.ttf  44.3 KiB                                                                      [emitted]
superset_1  |                                                            explore.37742f23.entry.js  4.03 MiB                                                             explore  [emitted]  explore
superset_1  |                                                 f4769f9bdb7466be65088239c12046d1.eot  19.7 KiB                                                                      [emitted]
superset_1  |                                                fa2772327f55d8198301fdb8bcfc8158.woff  22.9 KiB                                                                      [emitted]
superset_1  |                                                                        manifest.json  8.32 KiB                                                                      [emitted]
superset_1  |                                                           preamble.37742f23.entry.js  63.4 KiB                                                            preamble  [emitted]  preamble
superset_1  |                                                            profile.37742f23.entry.js   359 KiB                                                             profile  [emitted]  profile
superset_1  |                                                             sqllab.37742f23.entry.js  1.42 MiB                                                              sqllab  [emitted]  sqllab
superset_1  |                                                              theme.37742f23.entry.js   496 KiB                                                               theme  [emitted]  theme
superset_1  |                                                               thumbnail.10570686.png  53.1 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.12c1cc06.png  22.8 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.1f418600.png  41.4 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.2e20614e.png  75.2 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.369e6a78.png  37.9 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.3d056e98.png  38.9 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.3d6937bd.png  36.5 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.41996d2e.png    22 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.41a0afec.png  11.1 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.431c76af.png  42.7 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.67485b71.png  14.1 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.6cbe3da6.png  22.2 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.6e31c7f1.png  41.8 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.7372ef66.png  41.9 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.742530d7.png  16.8 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.74de26c2.png  17.1 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.854d6113.png  32.1 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.8da51acc.png  24.3 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.904c4eb5.png  23.5 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.94164d61.png  40.2 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.94266846.png  36.4 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.9678018c.png  73.9 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.9d9942a9.png   117 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.9e825151.png  16.2 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.9fa2afa2.png   101 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.a38f8f0e.png  27.9 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.a531f3d2.png    83 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.b735406b.png  18.8 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.b7fba71b.png  49.8 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.bb8c4a51.png  38.4 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.bbf0c76e.png  12.9 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.befcb21f.png  25.4 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.c6045493.png    11 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.c81b034d.png  83.7 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.d1720604.png  50.8 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.d2482dca.png   140 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.e3c1a4e7.png  22.6 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.e5f209e4.png  53.2 KiB                                                                      [emitted]
superset_1  |                                                               thumbnail.f0adf8be.png   104 KiB                                                                      [emitted]
superset_1  | vendors-addSlice-dashboard-explore-preamble-profile-sqllab-welcome.37742f23.chunk.js  3.53 MiB  vendors-addSlice-dashboard-explore-preamble-profile-sqllab-welcome  [emitted]  vendors-addSlice-dashboard-explore-preamble-profile-sqllab-welcome
superset_1  |    vendors-addSlice-dashboard-explore-profile-sqllab-theme-welcome.37742f23.chunk.js  43.8 KiB     vendors-addSlice-dashboard-explore-profile-sqllab-theme-welcome  [emitted]  vendors-addSlice-dashboard-explore-profile-sqllab-theme-welcome
superset_1  |          vendors-addSlice-dashboard-explore-profile-sqllab-welcome.37742f23.chunk.js  2.82 MiB           vendors-addSlice-dashboard-explore-profile-sqllab-welcome  [emitted]  vendors-addSlice-dashboard-explore-profile-sqllab-welcome
superset_1  |                          vendors-addSlice-dashboard-explore-sqllab.37742f23.chunk.js   326 KiB                           vendors-addSlice-dashboard-explore-sqllab  [emitted]  vendors-addSlice-dashboard-explore-sqllab
superset_1  |                                 vendors-addSlice-dashboard-explore.37742f23.chunk.js   3.3 MiB                                  vendors-addSlice-dashboard-explore  [emitted]  vendors-addSlice-dashboard-explore
superset_1  |                                          vendors-dashboard-explore.37742f23.chunk.js   263 KiB                                           vendors-dashboard-explore  [emitted]  vendors-dashboard-explore
superset_1  |                                           vendors-dashboard-sqllab.37742f23.chunk.js  1.02 MiB                                            vendors-dashboard-sqllab  [emitted]  vendors-dashboard-sqllab
superset_1  |                                             vendors-explore-sqllab.37742f23.chunk.js   151 KiB                                              vendors-explore-sqllab  [emitted]  vendors-explore-sqllab
superset_1  |                                                      vendors-major.37742f23.chunk.js  6.32 MiB                                                       vendors-major  [emitted]  vendors-major
superset_1  |                                                            welcome.37742f23.entry.js   276 KiB                                                             welcome  [emitted]  welcome
superset_1  | Entrypoint theme = vendors-addSlice-dashboard-explore-profile-sqllab-theme-welcome.37742f23.chunk.js theme.37742f23.entry.js
superset_1  | Entrypoint preamble = vendors-major.37742f23.chunk.js vendors-addSlice-dashboard-explore-preamble-profile-sqllab-welcome.37742f23.chunk.js preamble.37742f23.entry.js
superset_1  | Entrypoint addSlice = vendors-major.37742f23.chunk.js vendors-addSlice-dashboard-explore-preamble-profile-sqllab-welcome.37742f23.chunk.js vendors-addSlice-dashboard-explore-profile-sqllab-theme-welcome.37742f23.chunk.jsvendors-addSlice-dashboard-explore-profile-sqllab-welcome.37742f23.chunk.js 11.37742f23.chunk.js vendors-addSlice-dashboard-explore-sqllab.37742f23.chunk.js vendors-addSlice-dashboard-explore.37742f23.chunk.js addSlice.37742f23.entry.js
superset_1  | Entrypoint explore = vendors-major.37742f23.chunk.js 0.37742f23.chunk.js 5.37742f23.chunk.js 6.37742f23.chunk.js vendors-addSlice-dashboard-explore-preamble-profile-sqllab-welcome.37742f23.chunk.js vendors-addSlice-dashboard-explore-profile-sqllab-theme-welcome.37742f23.chunk.js vendors-addSlice-dashboard-explore-profile-sqllab-welcome.37742f23.chunk.js 10.37742f23.chunk.js 8.37742f23.chunk.js 9.37742f23.chunk.js 1.37742f23.chunk.js 11.37742f23.chunk.js 12.37742f23.chunk.js vendors-addSlice-dashboard-explore-sqllab.37742f23.chunk.js vendors-addSlice-dashboard-explore.37742f23.chunk.js 13.37742f23.chunk.js 14.37742f23.chunk.js 16.37742f23.chunk.js vendors-dashboard-explore.37742f23.chunk.js vendors-explore-sqllab.37742f23.chunk.js explore.37742f23.entry.js
superset_1  | Entrypoint dashboard = vendors-major.37742f23.chunk.js 0.37742f23.chunk.js vendors-addSlice-dashboard-explore-preamble-profile-sqllab-welcome.37742f23.chunk.js vendors-addSlice-dashboard-explore-profile-sqllab-theme-welcome.37742f23.chunk.js vendors-addSlice-dashboard-explore-profile-sqllab-welcome.37742f23.chunk.js 10.37742f23.chunk.js 8.37742f23.chunk.js 12.37742f23.chunk.js vendors-addSlice-dashboard-explore-sqllab.37742f23.chunk.js vendors-addSlice-dashboard-explore.37742f23.chunk.js 14.37742f23.chunk.js vendors-dashboard-sqllab.37742f23.chunk.js vendors-dashboard-explore.37742f23.chunk.js dashboard.37742f23.entry.js
superset_1  | Entrypoint sqllab = vendors-major.37742f23.chunk.js 0.37742f23.chunk.js 6.37742f23.chunk.js vendors-addSlice-dashboard-explore-preamble-profile-sqllab-welcome.37742f23.chunk.js vendors-addSlice-dashboard-explore-profile-sqllab-theme-welcome.37742f23.chunk.js vendors-addSlice-dashboard-explore-profile-sqllab-welcome.37742f23.chunk.js 10.37742f23.chunk.js 8.37742f23.chunk.js 9.37742f23.chunk.js 11.37742f23.chunk.js 12.37742f23.chunk.js vendors-addSlice-dashboard-explore-sqllab.37742f23.chunk.js 15.37742f23.chunk.js 13.37742f23.chunk.js vendors-dashboard-sqllab.37742f23.chunk.js vendors-explore-sqllab.37742f23.chunk.js sqllab.37742f23.entry.js
superset_1  | Entrypoint welcome = vendors-major.37742f23.chunk.js 0.37742f23.chunk.js vendors-addSlice-dashboard-explore-preamble-profile-sqllab-welcome.37742f23.chunk.js vendors-addSlice-dashboard-explore-profile-sqllab-theme-welcome.37742f23.chunk.js vendors-addSlice-dashboard-explore-profile-sqllab-welcome.37742f23.chunk.js 8.37742f23.chunk.js 9.37742f23.chunk.js welcome.37742f23.entry.js
superset_1  | Entrypoint profile = vendors-major.37742f23.chunk.js 0.37742f23.chunk.js vendors-addSlice-dashboard-explore-preamble-profile-sqllab-welcome.37742f23.chunk.js vendors-addSlice-dashboard-explore-profile-sqllab-theme-welcome.37742f23.chunk.js vendors-addSlice-dashboard-explore-profile-sqllab-welcome.37742f23.chunk.js 8.37742f23.chunk.js 9.37742f23.chunk.js profile.37742f23.entry.js
superset_1  | [0] multi babel-polyfill ./src/preamble.js 40 bytes {preamble} [built]
superset_1  | [1] multi babel-polyfill ./src/preamble.js ./src/addSlice/index.jsx 52 bytes {addSlice} [built]
superset_1  | [2] multi babel-polyfill ./src/preamble.js ./src/explore/index.jsx 52 bytes {explore} [built]
superset_1  | [3] multi babel-polyfill ./src/preamble.js ./src/dashboard/index.jsx 52 bytes {dashboard} [built]
superset_1  | [4] multi babel-polyfill ./src/preamble.js ./src/SqlLab/index.jsx 52 bytes {sqllab} [built]
superset_1  | [5] multi babel-polyfill ./src/preamble.js ./src/welcome/index.jsx 52 bytes {welcome} [built]
superset_1  | [6] multi babel-polyfill ./src/preamble.js ./src/profile/index.jsx 52 bytes {profile} [built]
superset_1  | [./src/SqlLab/index.jsx] 975 bytes {sqllab} [built]
superset_1  | [./src/addSlice/index.jsx] 994 bytes {addSlice} [built]
superset_1  | [./src/dashboard/index.jsx] 975 bytes {dashboard} [built]
superset_1  | [./src/explore/index.jsx] 975 bytes {explore} [built]
superset_1  | [./src/preamble.js] 1.6 KiB {preamble} {addSlice} {explore} {dashboard} {sqllab} {welcome} {profile} [built]
superset_1  | [./src/profile/index.jsx] 975 bytes {profile} [built]
superset_1  | [./src/theme.js] 897 bytes {theme} [built]
superset_1  | [./src/welcome/index.jsx] 975 bytes {welcome} [built]
superset_1  |     + 4016 hidden modules
superset_1  |
superset_1  | WARNING in ./node_modules/@superset-ui/connection/esm/index.js 1:42-122
superset_1  | "export 'SupersetClientInterface' was not found in './SupersetClient'
superset_1  |  @ ./src/setup/setupClient.js
superset_1  |  @ ./src/preamble.js
superset_1  |  @ multi babel-polyfill ./src/preamble.js
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:14:31] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:14:31,972:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:14:31] "GET /health HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:14:37] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:14:37,868:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:14:37] "GET /health HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:14:38] "GET /favicon.ico HTTP/1.1" 404 -
superset_1  | 2019-04-29 19:14:38,490:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:14:38] "GET /favicon.ico HTTP/1.1" 404 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:14:42] "GET / HTTP/1.1" 302 -
superset_1  | 2019-04-29 19:14:42,128:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:14:42] "GET / HTTP/1.1" 302 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:14:42] "GET /superset/welcome HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:14:42,893:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:14:42] "GET /superset/welcome HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:14:42] "GET /static/assets/images/loading.gif HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:14:42,947:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:14:42] "GET /static/assets/images/loading.gif HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:14:50] "GET /superset/welcome HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:14:50,118:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:14:50] "GET /superset/welcome HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:14:50] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:14:50,168:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:14:50] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:14:50] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:14:50,178:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:14:50] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:14:50] "GET /static/assets/images/superset-logo@2x.png HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:14:50,193:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:14:50] "GET /static/assets/images/superset-logo@2x.png HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:14:50] "GET /static/assets/images/loading.gif HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:14:50,200:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:14:50] "GET /static/assets/images/loading.gif HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:14:50] "GET /static/appbuilder/img/flags/flags16.png HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:14:50,254:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:14:50] "GET /static/appbuilder/img/flags/flags16.png HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:14:50] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:14:50,258:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:14:50] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:14:50] "GET /static/assets/images/favicon.png HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:14:50,402:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:14:50] "GET /static/assets/images/favicon.png HTTP/1.1" 200 -
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:15:02] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:15:02,191:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:15:02] "GET /health HTTP/1.1" 200 -



superset_1  | 172.20.0.1 - - [29/Apr/2019 19:15:27] "GET /superset/welcome HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:15:27,832:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:15:27] "GET /superset/welcome HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:15:27] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:15:27,890:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:15:27] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:15:27] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:15:27,893:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:15:27] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:15:27] "GET /static/assets/images/superset-logo@2x.png HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:15:27,915:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:15:27] "GET /static/assets/images/superset-logo@2x.png HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:15:27] "GET /static/assets/images/loading.gif HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:15:27,930:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:15:27] "GET /static/assets/images/loading.gif HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:15:28] "GET /static/appbuilder/img/flags/flags16.png HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:15:28,080:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:15:28] "GET /static/appbuilder/img/flags/flags16.png HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:15:28] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:15:28,088:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:15:28] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:15:28] "GET /static/assets/images/favicon.png HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:15:28,169:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:15:28] "GET /static/assets/images/favicon.png HTTP/1.1" 200 -
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:15:32] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:15:32,304:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:15:32] "GET /health HTTP/1.1" 200 -
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:16:02] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:16:02,422:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:16:02] "GET /health HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:16:02] "GET /superset/welcome HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:16:02,938:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:16:02] "GET /superset/welcome HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:16:02] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:16:02,982:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:16:02] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:16:03] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:16:03,009:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:16:03] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:16:03] "GET /static/assets/images/loading.gif HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:16:03,021:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:16:03] "GET /static/assets/images/loading.gif HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:16:03] "GET /static/assets/images/superset-logo@2x.png HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:16:03,031:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:16:03] "GET /static/assets/images/superset-logo@2x.png HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:16:03] "GET /static/appbuilder/img/flags/flags16.png HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:16:03,076:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:16:03] "GET /static/appbuilder/img/flags/flags16.png HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:16:03] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:16:03,083:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:16:03] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:16:03] "GET /static/assets/images/favicon.png HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:16:03,276:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:16:03] "GET /static/assets/images/favicon.png HTTP/1.1" 200 -
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:16:32] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:16:32,538:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:16:32] "GET /health HTTP/1.1" 200 -
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:17:02] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:17:02,653:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:17:02] "GET /health HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:17:32] "GET /superset/welcome HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:17:32,052:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:17:32] "GET /superset/welcome HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:17:32] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:17:32,105:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:17:32] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:17:32] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:17:32,107:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:17:32] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:17:32] "GET /static/assets/images/loading.gif HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:17:32,146:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:17:32] "GET /static/assets/images/loading.gif HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:17:32] "GET /static/assets/images/superset-logo@2x.png HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:17:32,153:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:17:32] "GET /static/assets/images/superset-logo@2x.png HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:17:32] "GET /static/appbuilder/img/flags/flags16.png HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:17:32,188:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:17:32] "GET /static/appbuilder/img/flags/flags16.png HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:17:32] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:17:32,201:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:17:32] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:17:32] "GET /static/assets/images/favicon.png HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:17:32,361:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:17:32] "GET /static/assets/images/favicon.png HTTP/1.1" 200 -
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:17:32] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:17:32,800:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:17:32] "GET /health HTTP/1.1" 200 -
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:18:02] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:18:02,934:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:18:02] "GET /health HTTP/1.1" 200 -

superset_1  | 127.0.0.1 - - [29/Apr/2019 19:18:33] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:18:33,079:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:18:33] "GET /health HTTP/1.1" 200 -
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:19:03] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:19:03,187:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:19:03] "GET /health HTTP/1.1" 200 -
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:19:33] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:19:33,287:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:19:33] "GET /health HTTP/1.1" 200 -
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:20:03] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:20:03,380:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:20:03] "GET /health HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:20:28] "GET /superset/welcome HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:20:28,161:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:20:28] "GET /superset/welcome HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:20:28] "GET /favicon.ico HTTP/1.1" 404 -
superset_1  | 2019-04-29 19:20:28,739:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:20:28] "GET /favicon.ico HTTP/1.1" 404 -
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:20:33] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:20:33,471:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:20:33] "GET /health HTTP/1.1" 200 -
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:21:03] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:21:03,559:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:21:03] "GET /health HTTP/1.1" 200 -
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:21:33] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:21:33,650:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:21:33] "GET /health HTTP/1.1" 200 -
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:22:03] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:22:03,739:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:22:03] "GET /health HTTP/1.1" 200 -
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:22:33] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:22:33,836:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:22:33] "GET /health HTTP/1.1" 200 -
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:23:03] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:23:03,929:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:23:03] "GET /health HTTP/1.1" 200 -
superset_1  | 127.0.0.1 - - [29/Apr/2019 19:23:34] "GET /health HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:23:34,022:INFO:werkzeug:127.0.0.1 - - [29/Apr/2019 19:23:34] "GET /health HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:23:44] "GET /superset/welcome HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:23:44,064:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:23:44] "GET /superset/welcome HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:23:44] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:23:44,099:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:23:44] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:23:44] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:23:44,101:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:23:44] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:23:44] "GET /static/assets/images/loading.gif HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:23:44,130:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:23:44] "GET /static/assets/images/loading.gif HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:23:44] "GET /static/assets/images/superset-logo@2x.png HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:23:44,137:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:23:44] "GET /static/assets/images/superset-logo@2x.png HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:23:44] "GET /static/appbuilder/img/flags/flags16.png HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:23:44,179:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:23:44] "GET /static/appbuilder/img/flags/flags16.png HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:23:44] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:23:44,191:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:23:44] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:23:46] "GET / HTTP/1.1" 302 -
superset_1  | 2019-04-29 19:23:46,719:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:23:46] "GET / HTTP/1.1" 302 -
superset_1  | 172.20.0.1 - - [29/Apr/2019 19:23:47] "GET /superset/welcome HTTP/1.1" 200 -
superset_1  | 2019-04-29 19:23:47,139:INFO:werkzeug:172.20.0.1 - - [29/Apr/2019 19:23:47] "GET /superset/welcome HTTP/1.1" 200 -

Checklist

  • I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • I have checked the issue tracker for the same issue and I haven’t found one similar.

Additional context

Add any other context about the problem here.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
xiaohao0576commented, Feb 18, 2021

Hi All, its same with me ? Any clue

This is not a bug, just docker-compose up, and go to drink a cup of coffee , go back to your computer after 15 minutes, everything will be OK.

1reaction
CoryChaplincommented, May 1, 2019

I simply run the commands in the docs, strictly. And then to work around I rerun inside the docker image. Note that our ops team run it within virtualenv and get the same result.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Stylesheet served from nginx in docker not available on page
I am running nginx inside a docker container.
Read more >
foxylion/steam-css - Docker Image
This docker image provides a preconfigured Counter-Strike Source server with several plugins. The Docker image in the Docker Hub can be found here....
Read more >
Serve static files from docker via nginx - A basic example
Our target is to create a simple HTML file, simple JS, CSS files. Host it inside a docker container. Serve it to outside...
Read more >
Docker extension for Visual Studio Code
Installation · Editing Docker files · Generating Docker files · Docker Explorer · Docker commands · Docker Compose · Using image registries ·...
Read more >
Difference between Docker Image and Container
Images does not require computing resource to work. Containers requires computing resources to run as they run as Docker Virtual Machine. To ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found