Skip to content

WorkBox does not perform update method #1186

Closed
@leonardovilarinho

Description

@leonardovilarinho

Version

3.0.0-beta.6

Steps to reproduce

Phases:

  1. Run vue create app and select PWA.

  2. Run yarn build and serve ./dist to test the site in production.

  3. After accessing the site and waiting for the cache to be done, disable the internet and check for offline access.

  4. Edit the App.vue by putting some more content.

  5. Run yarn build and serve ./dist to test the production site again.

What is expected?

The workbox message is expected: New content is available; please refresh.

What is actually happening?

The message is not displayed, so the workbox is not detecting that the content of the application has been updated.

I've already checked that the service worker is in the cache and is not.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions