-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[stable27] fix(files): service worker #41004
[stable27] fix(files): service worker #41004
Conversation
Not sure why the tests fail. I wouldn't expect this to have such big impact. |
|
I've based this branch onto the main repos stable27 branch and just rebased it again and there were no changes.
ammended that and ran the test locally which succeeded now. |
Cypress seems related |
I am not sure how the errors are related to cypress. There seems to be a lot of errors because something with the filesystem is off, probably it is full or inodes ran out and most tests seem to fail with 503 which shouldn't happen based on my change. |
@SuperSandro2000 your master branch is not up to date with our master branch, cypress is therefore failing. Please also rebase this branch to master |
Just did that. It's sometimes a bit confusing from where github actions are being taken. |
Still doesn't work and I frankly don't really have the time to debug why cypress is misbehaving. Can't you just cherry-pick this trivial fix otherwise we might as well wait for 28.0.0. |
Administrators had to approve the run. Did that now |
Doesn't work on forks, should be fine. |
moving to 27.1.5 |
I have no idea why Cypress doesn't work and I inclined to just close this. I locally fixed this with a NixOS overlay. |
moving to 27.1.6 |
This is a partial backport of 3344f0f Co-authored-by: John Molakvoæ <14975046+skjnldsv@users.noreply.github.com> Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
Cleaner version at #42608 |
This is a partial backport of 3344f0f
Summary
Backports a fix which allows the service worker of the files app to be reigstered
I deployed this on my server with NixOS and the error is gone and the networks tab showed that the service worker is being used. Since I am using h3/h2 the difference was not noticeable.
TODO
Checklist