Playwright Crawler fails on undefined page
createPlaywrightRouter() function to create a router and pass it to the requestHandler of the PlaywrightCrawler.All seems well, and according to typescript, I should be able to access a
page object in the handler. (I'm only using the addDefaultHandler) However, when I run the actor on the Apify platform it fails with the following exception:So it seems
page is not defined. I can't seem to find anything in the docs about this. Am I missing something during initialisation?Any help would be greatly appreciated!
