Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

Set start_url in manifest.json correctly #255

Description

@damooo

Hello guys,

In manifest currently start_url is setted to / at below:

"start_url": "/",

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions