web icon indicating copy to clipboard operation
web copied to clipboard

Web is a drop in front end for websites and web apps. Consumes data from DADI API and others

Results 11 web issues
Sort by recently updated
recently updated
newest added

```sh rayanf@dell3558:~$ npm --version 6.14.11 rayanf@dell3558:~$ node --version v14.16.0 ``` ```bash rayanf@dell3558:~$ dadi internal/modules/cjs/loader.js:883 throw err; ^ Error: Cannot find module '/Users/eduardoboucas/Sites/cli/wrapper/updater.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15) at Function.Module._load (internal/modules/cjs/loader.js:725:27) at Function.executeUserEntryPoint...

I've noticed some inconsistencies between datasources and their params (sorting, filtering, etc). I'm going to go through the datasource providers and work out what functionality exists, and how they're configured,...

type: enhancement

**Expected behaviour** When updating a Dust file located in a nested directory (`pages/partials/partial.dust`), the server detects the change and restarts. **Actual behaviour** A manual restart is required. **Version** 3.1.0

type: bug
status: in progress
product: Web

In the same way as Web can load multiple template engines, allow for adding datasource providers examples: TwitterProvider (which already exists), KirbyProvider (in development)

type: enhancement
status: in progress
product: Web

Under load test, I see this error in the logs. I guess this is caused by some datasource failing under stress. Could it be possible to capture this error in...

The docs say that `npm install @dadi/web` will add a skeleton structure to the current working directory, but at least in Node 10, this does not happen and they must...

product: Web

Hi, We are trying to install handlebar as our templating engine while creating new web app from dadi cli. While creating new app (web) from dadi cli it asks for...

product: Web

At present, the only way to use a `dadiapi` datasource is if you either provide it with auth in the datasource config, or have an api configured in the main...

product: Web

When running under HTTPS, all HTTP traffic is redirected to HTTPS, but a load balancer must receive a 200 response from an HTTP endpoint

type: enhancement
product: Web

Currently events handle async behaviour using callbacks. We should consider using Promises instead, in line with what we've been doing across all products.

type: maintenance
product: Web