-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed
Description
Hello
I have tried the production docker-compose installation, but when logged on the browser, the UI is not shown correctly. Assets such as the icon and the style of the page is not available. I have tested on both Google Chrome and Firefox browsers.
How to reproduce the bug
- Follow the instructions at: https://superset.apache.org/docs/installation/installing-superset-using-docker-compose to install superset
- Go to the browser and set: localhost:8088
- See the page similar to the one attach here
Expected results
I was expecting to see something similar to: https://git.cloudron.io/cloudron/superset-app/-/blob/main/screenshots/apache_superset_00.jpg?ref_type=heads
Actual results
See attached screenshot.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
- browser type and version: Google Chrome Version 117.0.5938.132 (Official Build) (64-bit)
- superset version: 2.0
- python version: Python 3.9.18
- node.js version:
node -v
The app container does not seen to have npm installed. It gives a "Command not found" error when executing:
$docker exec -it <app container> /bin/bash
#node -v
node: Command not found
Metadata
Metadata
Assignees
Labels
No labels

