You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage:
/api/:path* requests sent to another server for all REST HTTP methods.
For server deployments this redirect is done by the ingress/load balancer, but for local development ideally next.js can redirect all requests to another application endpoint. This works fine for GET requests, but not for other HTTP methods.
Describe the feature you'd like to request
It would be useful to be able to redirect all http methods using the Redirects feature (https://nextjs.org/docs/api-reference/next.config.js/redirects).
Usage:
/api/:path* requests sent to another server for all REST HTTP methods.
For server deployments this redirect is done by the ingress/load balancer, but for local development ideally next.js can redirect all requests to another application endpoint. This works fine for GET requests, but not for other HTTP methods.
Describe the solution you'd like
Describe alternatives you've considered
.
The text was updated successfully, but these errors were encountered: