Giter Club home page Giter Club logo

Comments (5)

hmh10098 avatar hmh10098 commented on August 24, 2024 2

Can you give me an example script? I'm facing this issue too @elVengador

from next-pwa.

elVengador avatar elVengador commented on August 24, 2024 1

Hi @hmh10098 and @vaclav-stummer , I'm sorry for answer later
You can register a service worker with:

<Script id="my-sw">
        {` 
          if ('serviceWorker' in navigator) navigator.serviceWorker.register('/sw.js')
          else console.warning("Ups, your navigator doesn't support service worker, offline feature wont work, update your browser or chose other modern browser")
        `}
</Script>

Aditionally, undestanding the React life cycle and the service worker life cycle is posible to set up all witout libraries like Next-PWA or Workbooks

from next-pwa.

elVengador avatar elVengador commented on August 24, 2024

I solved adding a Script in my Layout file from NextJs to call sw.js and that register my service worker

from next-pwa.

vaclav-stummer avatar vaclav-stummer commented on August 24, 2024

@elVengador could you describe how did you solve the problem?

from next-pwa.

vaclav-stummer avatar vaclav-stummer commented on August 24, 2024

I tried everything that I found in the issues related to the service worker registration. I wasn't able to make it running with "next": "14.2.4" and "next-pwa": "5.6.0". So I was forced to use https://www.npmjs.com/package/@ducanh2912/next-pwa which works fine

from next-pwa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.