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
I can repro but was so far not able to get a minimal reproducible out of it. It seems like if you load a zero-size .js file in a module it fails in WebKit on Linux but not on other platforms/Chrome.
I can repro but was so far not able to get a minimal reproducible out of it. It seems like if you load a zero-size .js file in a module it fails in WebKit on Linux but not on other platforms/Chrome.
Can you tell me which specific file?
I'll also add that the tests pass in this image on the same site on Pipelines, but there the servers have an AMD architecture.
Version
1.49.0
Steps to reproduce
The application does not load in Safari when run inside a Docker container. A console error is shown, and the page fails to render.
docker pull mcr.microsoft.com/playwright:v1.49.0
docker run -it --rm --ipc=host mcr.microsoft.com/playwright:v1.49.0 /bin/bash
Expected behavior
The application should load in Safari inside the docker container, everything works in Safari outside the container
Actual behavior
Console error is snown, which might be the cause of not loading the application, however, there is no error in Safari outside the container
Additional context
Environment
The text was updated successfully, but these errors were encountered: