question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New docker installation comes with Error: Internal server error 500

See original GitHub issue

A clear and concise description of what the bug is. Following the installation instructions available here: https://superset.apache.org/docs/installation/installing-superset-using-docker-compose, after the image is up and running, I have opened http://localhost:8088 to do a first time login as admin, howerver, I am getting an error the web-page with the following message:" Internal server error Sorry, something went wrong. We are fixing the mistake now. Try again later or go back to home." and there is 500 number.

How to reproduce the bug

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Expected results

Admin Login Page what you expected to happen.

Actual results

Internal server Error 500. what actually happens.

Screenshots

If applicable, add screenshots to help explain your problem.

Environment

Linux Ubuntu 20.04 LTS (please complete the following information):

  • browser type and version: Chrome latest, Firefox latest.
  • superset version: superset version latest from docker compose available at: https://github.com/apache/superset.git
  • python version: python --version
  • node.js version: node -v
  • any feature flags active:

Checklist

Make sure to follow these steps before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • I have checked the issue tracker for the same issue and I haven’t found one similar.

Additional context

Add any other context about the problem here.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:5
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
IvanRibakovcommented, May 13, 2022

I found solution at the DockerHub page:

// Setup your local admin account
$ docker exec -it superset superset fab create-admin \
              --username admin \
              --firstname Superset \
              --lastname Admin \
              --email admin@superset.com \
              --password admin

// Migrate local DB to latest
$ docker exec -it superset superset db upgrade

// Setup roles
$ docker exec -it superset superset init

P.S. Running apache/superset:1.5.0 image

0reactions
averricommented, Dec 14, 2022

I have the same issue and tested with versions 1.4.0 and 2.0.0.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Internal Server Error" randomly after a while · Issue #9561
Go to Docker Preferences, then select "Reset to factory defaults". Solved the problem for me. 6
Read more >
Troubleshooting 500 Internal Server Error on Docker IIS ...
Troubleshooting 500 Internal Server Error on Docker IIS Container.- Check the Status of IIS service on Container.- Check the Application and ...
Read more >
How to Fix a 500 Internal Server Error 🛠️
The 500 Internal Server Error status code occurs when the server encounters an error that prevents it from fulfilling the request.
Read more >
Docker: How do I debug localhost "Internal Server Error"?
At a Docker level everything should be working if you're getting a 500 error. The application logs should have more detail (like a...
Read more >
What is “HTTP 500 Internal Server Error” and How to Fix It?
The HTTP 500 error, in particular, indicates that the server encountered an unexpected condition that prevented it from fulfilling the request. In other...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found