julien92git opened a new issue, #24579: URL: https://github.com/apache/superset/issues/24579
Hi, Last week, I installed Superset using the Docker Compose method. I did the following steps exactly: git clone https://github.com/apache/superset.git cd superset sudo docker-compose -f docker-compose-non-dev.yml pull sudo docker-compose -f docker-compose-non-dev.yml up After executing these commands, I accessed Superset using the following URL: http://192.168.1.150:8088/ Username: admin Password: admin Everything was working fine : I was able to use Superset without any issue, it was working like a charm. Today, I rolled back the server to a snapshot taken before the installation of Superset. However, after having performed the exact same steps as last week, I'm encountering a problem : I can access the login screen, but when I enter the login (admin) and password (admin), I am stuck on the same page (looping on the same login screen). I am certain that I am following the same steps as last week. Do you have any ideas about what might be causing the issue? Many thanks in advance for your help! #### How to reproduce the bug 1. Install docker & docker compose 2. Install apache superset with docker compose (see details above) 3. Go to http://ip_address_of_server:8088 4. Fill in "admin" in the username field 5. Fill in "admin" in the password field 6. Click "Sign in" ### Expected results Entering superset application ### Actual results Looping to the same login page ### Environment - browser type and version: Chrome, Firefox (last versions) - superset version: last version - python version: 3.10.6 ### 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. Many thanks for your help. Julien -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
