next-http-proxy-middleware
next-http-proxy-middleware copied to clipboard
HTTP Proxy middleware available in API Middleware provided by Next.js.
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...
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...
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...
The type requests in the new route system changed from NextApiequest to NextRequest and the middleware seems cannot work accordingly. any workaround?
Because this is part of the main dependencies, the overall package is very huge. This PR do fixes that
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...
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