kerem-coemert commented on issue #24014:
URL: https://github.com/apache/superset/issues/24014#issuecomment-2761477467

   This issue still remains for me.
   
   I use `docker-compose-non-dev.yml`. Once it completes, I create a new user 
via: `docker exec -it superset_app superset fab create-admin`. It works when I 
first login and I can see all the example graphs like the COVID-19 graph etc.
   
   But once I reopen the same frontend URL either from the same browser or 
through the private window, I get the exact same issue in my next login.
   
   I always have to run:
   
   ```
   docker compose -f docker/docker-compose.yml down -v --remove-orphans
   docker image ls | grep superset | awk '{print $3}' | xargs docker rmi -f
   ```
   
   and create the user again, before I can get the frontend working again. So 
clearly some resource gets corrupted in that second login.
   
   Looking forward to any help you could provide in this direction.
   


-- 
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]

Reply via email to