Closed italodeandra closed 3 years ago
I should have searched better first. I'm here looking for a solution for almost an hour, before creating the issue here.
Then I just found this: https://github.com/microsoft/playwright/issues/4761
Disabling the GPU fixes it. And it only happens when using context.
Hi team,
I'm using the buildpack exactly as described. Installed
playwright-chromium
and using this buildpack before Node.js's. I'm also using thechromiumSandbox: false
on the browser launch.But the
pw:api
stucks onbrowserContext.newPage started
:And the
pw:browser
has this messages (even though they also appear on the example app).They also might be duplicated because I run it twice.
I tested the example app and it works though. The only difference is that the example app doesn't use context, and I use (for the cookies).
Can anyone help me with that?