mahendra commented on issue #5294: [SIP-3] Scheduled email reports for Slices / Dashboards URL: https://github.com/apache/incubator-superset/pull/5294#issuecomment-422608332 @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.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
