Giter Site home page Giter Site logo

Comments (8)

shadowwalker avatar shadowwalker commented on May 22, 2024 2

@vishwasnavadak Hi, I just finished the fix. Could you try out the latest change? next-pwa v2.1.1 should be working as expected.

from next-pwa.

shadowwalker avatar shadowwalker commented on May 22, 2024 1

@vishwasnavadak Hi, reproduce confirmed. This is due to an update to 5.0 in workbox, they deprecated some parameters and caused this breaking change. If this is important to you, please use next-pwa v2.0.2 for now. I will investigate if there is a good fix I can do.

from next-pwa.

shadowwalker avatar shadowwalker commented on May 22, 2024

I will check this. Thanks for create this issue.

from next-pwa.

vishwasnavadak avatar vishwasnavadak commented on May 22, 2024

@shadowwalker Sure will do. Thanks for the help

from next-pwa.

vishwasnavadak avatar vishwasnavadak commented on May 22, 2024

@shadowwalker That was a very quick fix. It works !!

Thank you!

from next-pwa.

AkshayCloudAnalogy avatar AkshayCloudAnalogy commented on May 22, 2024

@shadowwalker Same issue is arising with v2.40
Here is the error:

yarn run v1.21.1
$ next build
> [PWA] Compile client (static)
> [PWA] Auto register service worker with: <dir>\next-pwa\examples\next-9\node_modules\next-pwa\register.js
> [PWA] Service worker:<dir>\next-pwa\examples\next-9\public\sw.js
> [PWA]   url: \sw.js
> [PWA]   scope: \
> [PWA] Compile server
Creating an optimized production build  

Failed to compile.

chunk static/runtime/main.js [initial]
static/runtime/main-e2f6bbe4483af32f35ee.js
<dir>\next-pwa\examples\next-9\node_modules\next-pwa\register.js c41b81e2b7b93250b27effc664089e9b
Unterminated string constant (4:89)
|
| if (typeof window !== 'undefined' && 'serviceWorker' in navigator) {
|   window.workbox = new __WEBPACK_MODULE_REFERENCE__0_576f726b626f78__("\sw.js", { scope: "\" })
|   if(true) window.workbox.register()
| }


> Build error occurred
Error: > Build failed because of webpack errors
    at build (<dir>\next-pwa\examples\next-9\node_modules\next\dist\build\index.js:13:900)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

from next-pwa.

AkshayCloudAnalogy avatar AkshayCloudAnalogy commented on May 22, 2024

Here is the error as it is not escaping \ if no scope is defined:

window.workbox = new workbox_window__WEBPACK_IMPORTED_MODULE_0__["Workbox"]("\sw.js", { scope: "\" }) <--- Here is error

from next-pwa.

shadowwalker avatar shadowwalker commented on May 22, 2024

Fixed with commit
fc16e39

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.