lrbsantos opened a new issue #14210:
URL: https://github.com/apache/superset/issues/14210


   After exe.
   
   ### Expected results
   
   Access the SuperSet UI via browser.
   
   ### Actual results
   
   The Superset UI is unreachable.
   
   #### Screenshots
   
   None.
   
   #### How to reproduce the bug
   
   $ docker run -d -p 8080:8088 --name superset apache/superset:1.1.0
   
   $ docker exec -it superset superset fab create-admin \
                      --username admin \
                      --firstname Superset \
                      --lastname Admin \
                      --email [email protected] \
                      --password admin
   
   $ docker exec -it superset superset db upgrade
   
   $ docker exec -it superset superset load_examples
   
   $ docker exec -it superset superset init
   
   Try Login and take a look -- navigate to http://localhost:8080/login/ -- 
u/p: [admin/admin]
   
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: `1.1.0`
   - docker image: `apache/superset:1.1.0`
   
   ### 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.
   - [x] 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
   
   This issues doesn't occur in `latest` tag .
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to