-
I am getting this error message when I try to login to the server as in #29 :
```
Unable to connect to LDAP server openldap
Error: Can't contact LDAP server (-1) for user
Failed to Authenticate …
-
### Description
https://vitejs.dev/guide/ssr#setting-up-the-dev-server shows how to setup a dev server for ssr using express. with more and more server frameworks moving away from the Node.js Connect…
-
### Description
Most Vite middlewares need to be `async` especially because many of Vite's own APIs that you would be calling like `ssrLoadModule` are `async`. However, `middlewares.use` does not a…
-
![image](https://user-images.githubusercontent.com/20169304/159096420-35e29018-7d6e-451a-ab7f-0c2082d4564e.png)
```
yarn server start
yarn run v1.22.17
$ yarn workspace server start
$ nodemon d…
-
## Bug report
The urls for uploaded video files are wrong saved into the DB.
I use Strapi `v4.25.13` with the plugin `@strapi/provider-upload-aws-s3` in version `4.25.13` to upload any kind …
rb090 updated
3 hours ago
-
I have an angular-app which consumes a rest-api served by tomcat. The tomcat-servlet uses gzip to compress responses, if "Accept-Encoding" contains gzip.
If I use Chrome, IE or Opera everthing works …
-
I am having issues catching requests to `api/`..
``` js
// The actual grunt server settings
connect : {
options : {
port : 9000,
…
-
grunt-contrib-connect version 0.9.0 changed how it handles middleware. It appears that among the changes are the need to pass in `middlewares` as the third argument to the middleware function, and to…
-
Refactor [connect.js](../tree/master/tasks/connect.js#L70) to support passing a 3rd argument that is the array of default middlewares. This will simplifying injecting other grunt task middlewares on…
-
Currently my connector app is version 9.4.0, and I updated OnlyOffice DocumentServer to version 8.2.0 on Ubuntu server 24.04 machine using apt
The installation process went well, but after the upda…