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

Unexpected Error on SQL Lab #28315

Open
3 tasks done
mikysetiawan opened this issue May 2, 2024 · 3 comments
Open
3 tasks done

Unexpected Error on SQL Lab #28315

mikysetiawan opened this issue May 2, 2024 · 3 comments

Comments

@mikysetiawan
Copy link

Bug description

I was using docker compose when installing Apache Superset, using this tutorial https://superset.apache.org/docs/installation/docker-compose/

everything going ok except when I go to SQL Lab menu, it shows "Unexpected error: Error: Cannot find module 'core-js/library/fn/array/fill'"

what I know is maybe that because the version of core-js, because path 'core-js/library/fn/array/fill' only available on core-js 2 or lower, but in superset is using core-js 3, is there something that can I do to fix this error?

How to reproduce the bug

  1. Install apache superset using docker compose using this tutorial https://superset.apache.org/docs/installation/docker-compose/
  2. Login
  3. Go to SQL -> SQL Lab menu

Screenshots/recordings

image

Superset version

master / latest-dev

Python version

3.9

Node version

16

Browser

Chrome

Additional context

No response

Checklist

  • I have searched Superset docs and Slack and didn't find a solution to my problem.
  • I have searched the GitHub issue tracker and didn't find a similar bug report.
  • I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.
@surapuramakhil
Copy link

There are 3 docker option available - can you update, which one did you follow?

@mikysetiawan
Copy link
Author

There are 3 docker option available - can you update, which one did you follow?

The dev one, I just running docker compose up -d

@surapuramakhil
Copy link

surapuramakhil commented May 5, 2024

Unable to repro this.

My Env: MacOS 14.4.1
Docker: Docker version 25.0.3, build 4debf41

Can you just remove -d and attach logs here? For first-time startup it takes time like 3 minutes considering upgrade & migration happening in background.

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

No branches or pull requests

2 participants