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
{{ message }}
This repository was archived by the owner on Oct 13, 2022. It is now read-only.
But when apps is mounted at custom mount_path, absolute root is not the start_url. Thus it will not be recognized as pwa, as service-worker is not scoped to absolute root.
If it is setted to ./ , it is app root, instead of absolute root, as we are serving manifest.json from app root.
Hello guys,
In manifest currently
start_urlis setted to/at below:sapper-template/static/manifest.json
Line 7 in 7a95820
But when apps is mounted at custom mount_path, absolute root is not the
start_url. Thus it will not be recognized as pwa, as service-worker is not scoped to absolute root.If it is setted to
./, it isapp root, instead ofabsolute root, as we are serving manifest.json from app root.We can also set
scopeto same value by default.