-
# Bug report
The [docs](https://nextjs.org/docs/advanced-features/preview-mode) state that when preview mode cookies are set via `res.setPreviewData` then `getStaticProps` will be called at request…
-
# Feature request
## Is your feature request related to a problem? Please describe.
Using getStaticPaths with `fallback: true`, pages that are not SSG'ed yet get served with HTTP status 200 no m…
claus updated
2 years ago
-
Right now, it's possible for a developer to set this combination of values in both full-page and sub-request caches:
```js
response.cache({
maxAge: 10,
staleWhileRevalidate: 30,
noStore: …
-
Since api.data.gov provides a caching layer that supports [Surrogate-Control](http://apiumbrella.io/docs/caching/#surrogate-control), it would also be useful if we exposed an API for admins to be able…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Configure `https://althub.co.za` as a newznab indexer and try to test the connection. An erro…
-
I'm having some trouble understanding the proper pattern when trying to update/revalidate data from one view/page that's being mutated somewhere else. I'm using `swr` in a Next.js project.
The scen…
-
It would be silly to call a page with variable contents with a cache. In this case, we must turn off the cache for that page.
But wouldn't it be better if we made it possible?
For example, every…
-
I am trying to use nginx as a load balancer for OME (webrtc) but ovenplayer tells me it tells me it has failed
`WebRTCLoader.js: 622 WebSocket connection to 'ws: //sub.domain.com: 8081 / conectar /…
alnux updated
2 years ago
-
Hi,
We recently launched AMP after a year of working on it (see https://www.androidpolice.com/2019/08/31/android-police-now-supports-google-amp/?amp), but realized that content updating doesn't wor…
-
Filing this as a question as I may have misunderstood something or misconfigured something.
Why is git deploy only adding new cache and never removes any files?
Let's say I create entry A:
Cach…