sfirke commented on issue #22087: URL: https://github.com/apache/superset/issues/22087#issuecomment-1310739503
For the 404 error, the worker probably can't browse to the page to take the screenshot. Try in your superset_config_docker.py: ``` WEBDRIVER_BASEURL="http://superset_app:8088" SUPERSET_WEBSERVER_ADDRESS=WEBDRIVER_BASEURL ``` I'm not sure that second line is needed. If your main application container is called something other than `superset_app`, use that value instead of `superset_app`. -- 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]
