You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
Describe the bug
Hi,
I just deployed superset on an AWS EC2 Instance - Ubuntu 18.04 yesterday. Everything is running perfectly fine except I am still experiencing these World map issues (image attached).
To Reproduce
Steps to reproduce the behavior:
Create an EC2 instance and login into the server using SSH. Installed Ubuntu system dependencies
python3 -m venv venv
. venv/bin/activate
pip install apache-superset
superset db upgrade
$ export FLASK_APP=superset
flask fab create-admin
superset load_examples
superset init
fabmanager run --app superset
Expected behavior
Expected world map to show low country values as an outline but rather they look invisible as per this previous issue #53
Screenshots
Environment (please complete the following information):
superset-ui version: 0.35.2
Node version: node -v v13.11.0
npm version: npm -v 6.13.7
Additional context
Add any other context about the problem here.
For whatever reason when I search for the WorldMap.js in EC2 via SSH I do not get any files as I wanted to make the changes outlined in komoot@1b6e7d7.
All the superset files seem to be in this directory when I search using:
./root/venv/lib/python3.6/site-packages/superset/
but can't seem to find a .js file for the maps. Through GitHub, I found I could use 'npm upgrade' in the /superset/assets folder but there is no package-lock.json file in there for it to run on :/. In addition, this build version does not seem to have the superset-frontend folder.
Any help would be much appreciated.
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi,
I just deployed superset on an AWS EC2 Instance - Ubuntu 18.04 yesterday. Everything is running perfectly fine except I am still experiencing these World map issues (image attached).
To Reproduce
Steps to reproduce the behavior:
Create an EC2 instance and login into the server using SSH. Installed Ubuntu system dependencies
Expected behavior
Expected world map to show low country values as an outline but rather they look invisible as per this previous issue #53
Screenshots
Environment (please complete the following information):
node -v
v13.11.0npm -v
6.13.7Additional context
Add any other context about the problem here.
For whatever reason when I search for the WorldMap.js in EC2 via SSH I do not get any files as I wanted to make the changes outlined in komoot@1b6e7d7.
All the superset files seem to be in this directory when I search using:
./root/venv/lib/python3.6/site-packages/superset/
but can't seem to find a .js file for the maps. Through GitHub, I found I could use 'npm upgrade' in the /superset/assets folder but there is no package-lock.json file in there for it to run on :/. In addition, this build version does not seem to have the superset-frontend folder.
Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: