You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which package is this bug report for? If unsure which one to select, leave blank
@crawlee/browser-pool
Issue description
The newPage and newPageInNewBrowser functions in BrowserPool both return _createPageForBrowser() without awaiting the result. This causes the browser to hang under certain difficult to reproduce race conditions - adding await to these calls appears to resolve these race conditions.
Code sample
No response
Package version
3.12.1
Node.js version
22
Operating system
No response
Apify platform
Tick me if you encountered this issue on the Apify platform
I have tested this on the next release
No response
Other context
No response
The text was updated successfully, but these errors were encountered:
Which package is this bug report for? If unsure which one to select, leave blank
@crawlee/browser-pool
Issue description
The newPage and newPageInNewBrowser functions in BrowserPool both return _createPageForBrowser() without awaiting the result. This causes the browser to hang under certain difficult to reproduce race conditions - adding await to these calls appears to resolve these race conditions.
Code sample
No response
Package version
3.12.1
Node.js version
22
Operating system
No response
Apify platform
I have tested this on the
next
releaseNo response
Other context
No response
The text was updated successfully, but these errors were encountered: