You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/11/10 18:36:42 UTC

[GitHub] [superset] sfirke commented on issue #22087: werkzeug.exceptions.NotFound and get_screenshot() error

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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org