GitHub user OnlineProxy-io added a comment to the discussion: Chromedriver requires login to take screenshots for reports
Superset now requires authentication to take screenshots, even if you're using Selenium and ChromeDriver. Since version 4.1.2, they’ve tightened things up with anonymous access, so the screenshot service won't just reuse your sessions like it used to. Sure, you can try injecting session cookies or making your dashboards public, but honestly, that’s not the safest route for secure setups. The best bet is to just create a dedicated automated account and handle the login process directly. Cookie-based auth can work if everything’s set up right, but just so you know, token support isn’t all there yet. If you're having trouble with headless screenshot captures, make sure your environment’s set up correctly, and if logins are failing, you can track down the issue in the Superset and ChromeDriver logs. GitHub link: https://github.com/apache/superset/discussions/34131#discussioncomment-13733970 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
