Mathieu NICOLAS

Results 33 comments of Mathieu NICOLAS

Yep, nuxi generate is the command I use. I have an api folder, and the [registerWebManifestInRouteRules: true](https://github.com/vite-pwa/nuxt/blob/main/src/types.ts#L47) + `navigateFallback: undefined` don' make it better. Still the same issue, the app...

The API folder is in the root of the dist folder, in its right place, and queries work well when I'm connected. The path looks ok. > Check src/config.ts in...

There is no `public` folder in the result of the `nuxi generate` command. The `api` folder we're talking about just contains the payload generated by `nuxi generate` to hydrate the...

if `sw.js` contains the files that will be precached for the PWA to work offline, there is no `api` subfolder in it.

> Add another entry to globPatterns: `api/**` or `api/*` > Add json to globPatterns. And check file extensions inside nativigation and query folders It's a very good idea, and the...

> I'm very busy at work, I Will try to check cms docs to figure out how we can integrate it properly. Thanks a lot for taking the time !!!

Nice catch. Now I can't understand why it's not able to query from the JSON it cached, returning the error from the very first screenshot. The JSON is now in...

Sure : https://cranky-wiles-0683f7.netlify.app There's a green dot that appears in the header when app is offlineReady.

it's built and served, and the problem is still the same :(

Yup, it happens to me as well. It doesn't work in dev and in prod. @collinped , could you tell me which version did you use to get it work...