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 has been 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.
We can also set scope to same value by default.
The text was updated successfully, but these errors were encountered:
Hello guys,
In manifest currently
start_url
is 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
scope
to same value by default.The text was updated successfully, but these errors were encountered: