andyscraven
andyscraven
> We're marking this issue as unconfirmed because it has not had recent activity and we weren't able to confirm it yet. It will be closed if no further activity...
> Hello, I am also having the same issue running on M1. I already posted a [stackoverflow](https://stackoverflow.com/questions/73169418/puppeteer-core-on-the-aws-lambda-docker-image-error-target-closed) question with the github. But basically running the code on my Mac will...
> ExcecuteJavascriptMiddleware I am wanting to use this Middleware but it is not firing. I had an issue as I am using Laravel Sail on an M1 Mackbook and installing...
I'm an idiot. I forgot to add it to: public array $downloaderMiddleware = [ RequestDeduplicationMiddleware::class, ExecuteJavascriptMiddleware::class ]; However, now the Middleware fires but the handleResponse() fails with the following error:...