Wei Wang

Results 28 comments of Wei Wang

OK, I have read through the discussions and code changes in these PRs: - #372 - #381 - #384 I will take this PR as it's minimal change and doesn't...

Version `5.5.6` released, thank you all~

The config is fine, are using running it under `next dev` or `next start`?

You are not hosting your `next.js` from root url path (`/`) right? Try copy the default runtimeCaching configuration and modify your auth path accordingly in the following part. Such as...

Configure `dynamicStartUrl` to false. ![image](https://user-images.githubusercontent.com/9603375/163694320-8cb03e8b-300c-4b42-a69e-ef6c619f564b.png)

Fixed in version `5.5.1`

You can add service worker related content in custom worker. See custom-worker example.

Thanks for the pull request. This is something I was trying to avoid initially as it adds complexity. For offline, you can simply verify it works using `yarn start` instead...

Added the `next-image` default runtime cache rule in version `5.2.12`