-
### Is your feature request related to a problem? Please describe.
I prefer to organize my middlewares with next-connect, however after installing next-intl I run into the following issue:
```
im…
-
Bonjour 👋🏻
### Nomad version
```
Nomad v1.6.3
BuildDate 2023-10-30T12:58:10Z
Revision e0497bff14378d68cad76a801cc0eba93ce05039
```
### Operating system and Environment details
```
Distribu…
-
## Bug report
### Required System information
- Node.js version: 20.10.0
- NPM version:
- Strapi version: 5.0.1
- Database: SQLite
- Operating system: macOS
- Is your project …
-
I'm unable to connect this to my server, every attempt ends with a `Could not connect to server` error. I've verified my URL and API are correct, even generated a new API key, nothing helps.
![ima…
-
**Describe the bug**
The documentation states that middleware errors should stop the client from reconnecting. However, this does not seem to be the case for middleware created using io.engine.use.
…
-
so i have my back end service receiving proxy forwards at /api/0.1. my connect config looks like this:
``` javascript
connect: {
options: {
port: 9000,
hostname: "localhost"…
-
Since [version `0.7.1`](https://github.com/gruntjs/grunt-contrib-connect/commit/4567cf3d9bc71d2504d59a8b431a704c9bb76a47), `grunt-contrib-connect` passes `middlewares` array to the `middleware` option…
-
It's good to use such a package but it's will be better if you add the implementing a logout route by modifying the controllers and adding a handler for logout because the issue that we faced that whe…
-
Hello,
This may be a somewhat of a silly question, but I haven't been able to come up with the proper configuration to allow proxying for a dist target. I have an angular app based on yeoman's angul…
-
I have a project that uses grunt-connect during development, and we use a proxy server to route requests to our API during development using grunt-connect-proxy. This setup works fine on everyone's lo…