next-http-proxy-middleware icon indicating copy to clipboard operation
next-http-proxy-middleware copied to clipboard

HTTP Proxy middleware available in API Middleware provided by Next.js.

Results 18 next-http-proxy-middleware issues
Sort by recently updated
recently updated
newest added

I am experiencing problem that I am not able to add any custom headers. I have made a quick look on your code and I don't see any action with...

good first issue
question

The “newest” release is versioned `1.0.8-hotfix.1` but that's a _pre-release_ version identifier, per https://semver.org/#spec-item-9 So releasing it did not in fact hotfix anything — a `package.json` that specifies `^1.0.8` will...

Dependabot is triggering a warning because of this package. Please update Dependencies. (You can activate Dependabot in the Github settings for free for your repo) Thanks ``` Dependabot cannot update...

enhancement
good first issue
dependencies

Installing this package yields the following warning: ``` npm WARN deprecated @types/[email protected]: This is a stub types definition. next provides its own type definitions, so you do not need this...

good first issue
dependencies

The type requests in the new route system changed from NextApiequest to NextRequest and the middleware seems cannot work accordingly. any workaround?

discussion

Because this is part of the main dependencies, the overall package is very huge. This PR do fixes that

discussion

The examples for using next-http-proxy-middleware should include importing (or requiring) the module. There is no indication if this is a named or default export, or if the user can use...

documentation

Hey, Can we create a new release with the recent NextJS hotfix, which were addressed here in this PR: https://github.com/stegano/next-http-proxy-middleware/pull/98

good first issue