-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Site does not load on webkit browser (build webkit-2083) #33580
Comments
Note that I can reproduce this by simply using the browsers deployed to %userprofile%\appdata\local\ms-playwright without actually needing to run any automated test |
Thanks for the report. Unfortunately, we can't help if we can't reproduce the issue. Please ask those affected to contribute the scenario if they have any. |
@johnboygit : Is it producible with the upstream Windows WebKit ? https://docs.webkit.org/Ports/WindowsPort.html#downloading-build-artifacts-from-buildbot |
I used the build here: https://build.webkit.org/#/builders/1192/builds/2178 and it seems to work fine with that one. |
@johnboygit I'll have to close it as non-actionable if there is no scenario we can run. Our builds can deviate from what you download from the builds @ webkit, so it might be that some experimental feature that we enable to match Technical Preview triggers erroneous behavior. |
Version
1.48.0
Steps to reproduce
Unfortunately I'm unable to provide exact steps to reproduce this problem because it only seems to happen against our internal application (React/VueJS). However, I know I'm not the only one experiencing issues as discussed here on Discord... https://discord.com/channels/807756831384403968/1303272702659919902
What I have noticed is that the latest build of webkit (2083) is failing to load our site but if I go back to build 2070 it loads fine. I can also see from testing on LambdaTest that the same build of webkit works fine on MacOS but also fails on Windows.
It's difficult even to get much info from the network logs as it doesn't even seem to get to the first page of the site.
If I can find a public site that demonstrates the behaviour I will update this issue.
Apologies that I can't provide better info at the moment.
Expected behavior
Site should load
Actual behavior
Site does not load
Additional context
Although this is reported against Playwright .NET I don't think it is .NET specific as discussed on Discord
Environment
The text was updated successfully, but these errors were encountered: