-
# Summary
```bash
file:///Users/fubon/Documents/GitHub/next-shadcn-tailwind/next.config.mjs:1
const withPWA = require('next-pwa')({
^
ReferenceError: require is not defined in…
-
# Summary
i have a bugs, when i build in local and started my project no problem, when i'm trying to make a docker image, i got error.
# Versions
- `next-pwa`: 5.6.0
- `next`: 12.2.5
# How To…
-
## Related Library
https://github.com/idea2app/Idea-React
## Reproduce Scaffold
idea2app/Next-Bootstrap-ts#13
## Next.js configuration
```javascript
const withLess = require('next-with…
-
```
"next": "^12.3.0",
"next-auth": "^4.2.1",
"next-i18next": "^13.0.0",
"next-progress": "^2.2.0",
"next-pwa": "^5.6.0",
```
`next.config.js`
```
/** @type …
-
I have a quick question about the api route handling in `cache.js`. As i take it from the comment in https://github.com/shadowwalker/next-pwa/blob/1e6af5fa9f6a807930f451adb5ab5078d5cda451/cache.js#L13…
-
# Summary
I'm trying to debug why the `_offline` page I have flashes momentarily when loading a cached page without a network connection.
The start Url is `/`
The page I'm testing is `/docs/[do…
-
### Provide environment information
- Using the latest @serwist/next (also occurs with next-pwa or @ducanh2912/next-pwa)
- Using`import { defaultCache } from "@serwist/next/browser";` to configure…
-
I was following the steps in the offline guide using: https://remix-pwa.run/docs/main/offline which is using the epic-stack.
However, the epic stack uses a nonce on all scripts for the CSP. This no…
-
Currently we only support the Progressive Web App (PWA) template option with the Blazor WebAssembly template. This is primarily because offline scenarios don't make sense with Blazor Server. That said…
-