shadowwalker / next-pwa

Zero config PWA plugin for Next.js, with workbox 🧰
MIT License
3.89k stars 325 forks source link

Fix middleware-manifest.json.json error #299

Closed tajultonim closed 2 years ago

tajultonim commented 2 years ago

Even after the update the middleware-manifest.json.json error was there. As it was in the server folder, the file name didn't match with the path. So I just replace the filename ("middleware-manifest.json") with the route ("server\/middleware-manifest.json"). It fixed the problem (at least for me).