-
_See also DADI API ticket https://github.com/dadi/api/issues/433_
-
Take a `page` with some images on which *do not* exist in the `public` folder:
```
```
Visiting the page in browser will crash the app:
```
Error: write after end
at Server…
-
It would be useful to be able to force a redirect from app route to latest, e.g. `https://docs.dadi.cloud/web` -> `https://docs.dadi.cloud/web/latest`. Thoughts?
-
### Expected behavior
When clicking on a document in a collection - proceed to `/collectionId/documentId` and see a document editing interface
### Actual behavior
empty UI is shown
### Steps t…
-
_I caveat this issue with the assumption that the latest version of CDN can technically serve any type of file._
CDN is attempting to gzip video/mp4 and returning a response with the header `Conten…
-
It would be great if we could construct endpoints using values from chained datasources in the same way that we construct filters.
```
{
"datasource": {
"key": "models",
"source": {
…
-
Load Web with a basic configuration:
```json
{
"server": {
"host": "127.0.0.1",
"port": 3001
},
"cluster": false
}
```
`npm start` and visit a route a few times, observe th…
-
Could use @dadi/api-wrapper through an isomorphic fetch.
-
It seems we have potentially two configuration options doing similar things in the page specification.
To investigate:
https://github.com/dadi/web/blob/0fbaced457ce41390d32c8ae980683027ee5db6a/d…
-
This could be useful for engine-makers to allow additional page-level configurations. It will also get rid of this lingering [Dust](https://github.com/dadi/web-dustjs) configuration param we have in c…