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
Compression is done automatically in the browser, so it must be something unrelated to axios. Please test it with a newer version of your browser or maybe check if there's a bug in Node or Express about this.
I setup my own node express application, and when I'm trying to do POST, I got an error when I do a POST from client side
And I got this error from my node express server
And the following is the header I received in the error handling from my express error handling
The following is my "Network Tab"
( This one is Preflight Check )

And this is the curl generate from chrome devtool when I observe my frontend application
It is totally fine when I do that from POSTMAN.
Any help will be appreciated, thanks.
The text was updated successfully, but these errors were encountered: