Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
//Just letting you know this proxy does not work anymore and I wondered if you had a fix? everytime I use it with current packages I get //this error "[1] When specified, "proxy" in package.json must be a string. //[1] Instead, the type of "proxy" was "object". //[1] Either remove "proxy" from package.json, or make it a string. //"
- Loading branch information
05bb635
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, React don't support it anymore. You need to setup a middleware now to proxify your calls.
05bb635
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, reply if you need any help on this issue.