Pavanpatil0744 opened a new issue, #32395: URL: https://github.com/apache/superset/issues/32395
### Bug description I set up Apache Superset version 4.1.1 using Docker Compose with the following steps: # Clone the Apache Superset repository git clone --depth=1 https://github.com/apache/superset.git cd superset # Fetch and checkout version 4.1.1 git fetch origin --tags git checkout 4.1.1 export TAG=4.1.1 # Persistent after restart # Start Superset using Docker Compose docker compose -f docker-compose-image-tag.yml up -d Everything is working fine except sending reports via SMTP Getting this error Failed taking a screenshot Message: 'geckodriver' executable needs to be in PATH.  Any guidance on resolving this would be greatly appreciated! Let me know if any additional logs or configurations are needed. ### Screenshots/recordings Logs of Superset-worker  Also, check geckodriver --version Show command not found  ### Superset version 4.1.1 ### Python version 3.9 ### Node version 16 ### Browser Firefox ### Additional context _No response_ ### Checklist - [ ] I have searched Superset docs and Slack and didn't find a solution to my problem. - [ ] I have searched the GitHub issue tracker and didn't find a similar bug report. - [ ] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
