@akshayjamwal07 i ran into this bug as well a few days ago. This mostly happens when there is an issue with selenium logging into the UX. Few questions:
- Are you running sqlite as the backend db? - Are you seeing any exceptions on the web server console? Sqlite can run into db/locked errors when multiple clients hit it. I ran into this often while testing. Moving to postgres / mysql helped me. Any trace from the webserver will help me debug the problem. [ Full content available at: https://github.com/apache/incubator-superset/pull/5294 ] This message was relayed via gitbox.apache.org for [email protected]
