-
I've stumbled on this lib from [Any plans on ETag support?](https://github.com/RasCarlito/axios-cache-adapter/issues/174)
but I can't find any reference to `If-None-Match` in the source.
Is there …
-
I'm on a Next.js app and here is my (simplified) code:
```js
const IndexPage = ({ data: initialData }) => {
const [filters, setFilters] = useState(defaultFilters)
const onChange = () => {
…
-
# Bug report
## Describe the bug
Trying to access dynamic/catch-all routes in preview mode that are not specified by `getStaticPaths` returns 404 Not Found in production. I have verified that pr…
-
## Functionality Bug/Quirk(?)
Package: `lib-classifier`
As a result of `mst-persist` in #2627, reloading the Classifier does not fetch any _recent changes_ to the Workflows.
**Example:**
- A…
-
**Jetty version** 9.4.33.v20201020
**Java version** JRE-8u271
**OS type/version** Windows Server
We are running embedded jetty in our java application, and perform a health check by calling a…
-
It seems that next-on-netlify current does not support incremental SSG (https://nextjs.org/docs/basic-features/data-fetching#incremental-static-regeneration).
Are there any plans to support this?
-
### Summary
I can't get ISR to work with Netlify even though it's working on Vercel and locally. Example page:
```javascript
import React from "react";
const ISRTest = ({ time }) => {
…
-
Does the in memory cache work like a stale-while-revalidate cache? RFC 5861 https://tools.ietf.org/html/rfc5861
I just am curious if I can use the cached data to show the UI and it will update onc…
-
To the tune of the Fugees: _Purging me softly 🎶 … with his API_
Right now, all cache invalidation we do are hard purges of the entire cache, i.e. the entire cache will be invalidated and with the n…
-
Could an option be added for maxStaleSoft which would only try to get new data after duration has been reached, and even then, it would return stale data if it isn't able to get new data?
I guess max…