dpgaspar commented on issue #14330:
URL: https://github.com/apache/superset/issues/14330#issuecomment-844253664
@dusatvoj
I'm troubleshooting firefox right now, it seems that everything works just
fine with `root` user but when switching to a lower user eg: `superset` you
get: Failed at generating thumbnail [Errno 13] Permission denied:
'geckodriver.log'
Solved that one with:
```
WEBDRIVER_CONFIGURATION={
"service_log_path": "/dev/null"
}
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]