We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I implemented a server function myself, go to compile webpack。
The following code is to proxy local mock requests
// app => devServer.app app.use(`${prefix}/*`, localMockHandler(prefix, true)); function localMockHandler() { // return a middleware return () => { } }
The get request is normal, but the post request will report 405。
but I use [email protected],It is good and normal。
[email protected]
post request can normal。
post request break,it tell me 405,post method not allowed。
The text was updated successfully, but these errors were encountered:
Already fixed #2374, just not released yet
Sorry, something went wrong.
No branches or pull requests
Code
I implemented a server function myself, go to compile webpack。
The following code is to proxy local mock requests
The get request is normal, but the post request will report 405。
but I use
[email protected]
,It is good and normal。Expected Behavior
post request can normal。
Actual Behavior
post request break,it tell me 405,post method not allowed。
The text was updated successfully, but these errors were encountered: