product · inferred from evidence
Chrome
The browser in which the circular dependency warnings were reported during the build.
- Chrome 136: browser-use fails to initialize Playwright browser with connect ECONNREFUSED on local Chrome
Chrome 136 changed remote debugging: `--remote-debugging-port` no longer works with the default user data dir (announced at developer.chrome.com/blog/remote-debugging-port). Pass a custom profile directory through browser-use's extra_browse
- Failed to initialize Stagehand: You seem to be calling `page` on a page in an uninitialized `Stagehand` object
Starting with Chrome 136, `--remote-debugging-port` no longer works unless you also pass a custom `--user-data-dir`. That upstream Chrome change broke Stagehand's local attach, which surfaced as the confusing "uninitialized Stagehand object
- ImageKit iOS: multiple uploads fail with token has been used before
Fixed in imagekit-javascript 1.5.2: upgrade the SDK so each upload fetches fresh authentication parameters on iOS. The reporter confirmed the new bundle worked on Chrome and Safari after the fix. Source: https://github.com/imagekit-develop