-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
I've spent over 12 hours trying to get this frustrating codebase to build a backend container from Windows 11, but I'm getting nowhere. This has become a real professional challenge for me, and honestly, I'm ready to throw in the towel. I've completely rewritten the code and physically removed every single reference to chromedriver, but this damn container still crashes during build with a browser and chromedriver version mismatch error. I'm absolutely baffled - I just can't figure out where it keeps getting this chromedriver version that's compatible with Chrome 138, when I'm manually feeding it the version for Chrome 134:
backend | Using ChromeDriver from project root: ./chromedriver backend | Failed to create Chrome driver: Message: session not created: cannot connect to chrome at 127.0.0.1:49847 backend | from session not created: This version of ChromeDriver only supports Chrome version 138 backend | Current browser version is 134.0.6998.88; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#sessionnotcreatedexception