-
Notifications
You must be signed in to change notification settings - Fork 6.3k
change scope to subpath root instead of domain root so PWA will be installable on subpath #5920
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
Conversation
... will work on subpath
Thank you for doing this! Since we don't have e2e tests for this patch, what is your proposed testing plan?
cc @code-asher - mind helping review?
I might be missing something. This seems to do the opposite of the PR title?
Before changeset: domain.tld/a/b/c/code/
would register at ./
which is domain.tld/a/b/c/code/
(register on subpath root)
After changeset: domain.tld/a/b/c/code
would register at /
which is domain.tld
(register on domain root)
My bad guys. The service worker works, just the PWA is not installable.
My bad guys. The service worker works, just the PWA is not installable.
Ah got it. And does this fix that? I posted in the original issue that it works as expected on Coder so I think first we'd need steps to reproduce.
I will reproduce this again when I got my Ubuntu Server up and running.
(don't know why it's failing installing GRUB 5 times in a row 😭 )
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@tobycm I am going to close the PR for inactivity but if you start working on it again we can re-open.
Uh oh!
There was an error while loading. Please reload this page.
Fixes #5922