carloscuesta / gitmoji

An emoji guide for your commit messages. 😜
https://gitmoji.dev
MIT License
15.61k stars 799 forks source link

Gitmoji PWA #931

Closed jvrsolis closed 2 years ago

jvrsolis commented 2 years ago

Describe the bug I cannot find a way to download the site for offline use. Generally this means I have to continuously have the site open rather than opening an application.

To Reproduce Steps to reproduce the behavior:

  1. Go to gitmoji.dev
  2. Attempt to see where you can download the site as a pwa
  3. See unable to locate download of site

Expected behavior Able to download gitmoji site

Desktop (please complete the following information):

jvrsolis commented 2 years ago

A bit more context as to whats preventing the PWA from showing

Uncaught (in promise) bad-precaching-response: bad-precaching-response :: [{"url":"https://gitmoji.dev/_next/server/middleware-manifest.json","status":404}] at Y.j (https://gitmoji.dev/workbox-f6183121.js:1:16756) at async Y.D (https://gitmoji.dev/workbox-f6183121.js:1:16354) at async Y.v (https://gitmoji.dev/workbox-f6183121.js:1:7597)

This was offered as a potential solution: https://issueexplorer.com/issue/shadowwalker/next-pwa/288