-
Welcome! Please use this template for reporting bugs or requesting features. For questions about using Workbox, the best place to ask is Stack Overflow, tagged with `[workbox]`: https://stackoverflow.…
-
I'm using your image to cache API responses protected by JWT authentication. It works wonderfully, thanks for it!
I just added `stale-while-revalidate` and `stale-if-error` headers to my responses,…
-
As bitcoin stands at the moment, a standard orphan race is decided simply by the first block received above the 'current' height - of course this process can continue if both forks grow at the same ra…
kanoi updated
2 years ago
-
Hello, I use a second template for mobile devices, the plugin works well with the main template but it does not clean the cache of the mobile template so the changes are not updated in the mobile temp…
-
Type: **major**
**Describe the bug**
When running the app locally in production mode the example-storefront checkout flow does not function as expected. When the user has placed items in their car…
-
# Bug report
## Description
I am developing a simple _CRUD_ application with two views:
_App.jsx_
```jsx
```
_User.jsx_
```jsx
const { data } = useSWR('/api/user', fetcher, { dedupin…
-
Hi gatsby team :) We've just spent few hours on debugging an issue with content not appearing on the website and turned out that it was because of page-data.json cached.
Why does it not use content…
mmv08 updated
2 years ago
-
### Checklist
- [X] I have updated to the latest available Home Assistant version.
- [X] I have cleared the cache of my browser.
- [X] I have tried a different browser to see if it is related to my b…
-
Background: I've added and have been field-testing HTTP response signatures in my business's API, per the earlier [Cavage HTTP draft spec](https://tools.ietf.org/id/draft-cavage-http-signatures-12.htm…
ezekg updated
2 years ago
-
With following `.env` settings:
```
KIRBY_CACHE=true
VITE_SERVICE_WORKER=true
VITE_STALE_WHILE_REVALIDATE=true
```
If I regenerate the assets with `npm run build`, the path in `` doesn't get u…