Skip to content
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

Superset not get loaded properly in local environment #21230

Closed
mtv2102 opened this issue Aug 29, 2022 · 6 comments
Closed

Superset not get loaded properly in local environment #21230

mtv2102 opened this issue Aug 29, 2022 · 6 comments
Labels
#bug Bug report

Comments

@mtv2102
Copy link

mtv2102 commented Aug 29, 2022

I just cloned the code from git and tried running with the following command but it shows the url in the attached way,
docker-compose up
Screenshot 2022-08-25 at 2 28 08 PM

But when I tried with the following commands in prod env. It is working ,
docker-compose -f docker-compose-non-dev.yml pull
docker-compose -f docker-compose-non-dev.yml up

At the same time with the docker-compose.yml file, when I tried comment the following highlighted line ,it works.But I am sure that will not be the right fix.
Screenshot 2022-08-29 at 3 19 26 PM

I tried by increasing docker size from 6 to 8GB..Does it require an additional storage? Any help would be appreciated....

@mtv2102
Copy link
Author

mtv2102 commented Aug 30, 2022

I tried the above changes, but it still remains the same.

Steps I tried,
1.Change the code in RightMenu.tsx (as per your last commit)
2.docker-compose down -v
3.docker-compose up

@sinhashubham95
Copy link
Contributor

@mtv2102 the commands you tried won't use the local files, for this can you try running a dev-server and try again.
cd superset-frontend && npm install && npm run dev-server.

@mtv2102
Copy link
Author

mtv2102 commented Aug 30, 2022

@sinhashubham95 Yeah Great, It works now...Thank you for the help...And I am recently started working on integration with Kepler, are you aware of any implementations that has been done so far...?

@sinhashubham95
Copy link
Contributor

You mean the plugin of deck-gl?

@mtv2102
Copy link
Author

mtv2102 commented Sep 1, 2022

You mean the plugin of deck-gl?
@sinhashubham95 yeah

@mtv2102 mtv2102 closed this as completed Sep 12, 2022
@mtv2102
Copy link
Author

mtv2102 commented Sep 12, 2022

worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#bug Bug report
Projects
None yet
Development

No branches or pull requests

2 participants