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
Same issue, locally and while running in lambda function.
It seems that locally this happens when running the function for the first time, subsequent runs seem to work (mostly). And then it retriggers when waiting for 10 seconds and then trigger the run again
I try to run my lambda locally using sam, i always get this error, did not find any solution for this.
The error:
errorType": "Error", "errorMessage": "page.goto: Target page, context or browser has been closed
Dependencies:
"playwright-aws-lambda": "^0.10.0",
"playwright-core": "^1.45.0"
In the template.yml Runtime property is nodejs18.x
what am i missing?
The text was updated successfully, but these errors were encountered: