-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
Incomplete UI #25448
Comments
You say you are using Superset 2.0.0, how are you specifying that to Docker? Can you confirm that when you click Settings, in the bottom of the dropdown bar it says 2.0.0 and not 0.0.0-dev? |
I am having the same issue with python3.10 on Superset 3.0.0 |
The problem is due to the content-security-policy header. This is the error message:
I'm not very experienced with CSP, so I don't know but perhaps it has to do with this commit: 1716b9f |
cc @dpgaspar , who wrote that pull request -- any thoughts? |
You are correct, it says 0.0.0-dev |
I can also confirm this issue reproduced in 3.0.0 with a Content Security Policy error in the console when attempting to use a remotely hosted image for the app icon. Just upgraded from 2.1.0 to 3.0.0 today and this was working fine previously on 2.1.0. |
I believe this has been closed by #25468. Please reply if that is not the case. |
I can confirm that for 3.0.0 it is now fixed, not using the docker-compose without tag. |
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
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
node -v
The app container does not seen to have npm installed. It gives a "Command not found" error when executing:
The text was updated successfully, but these errors were encountered: