大家好,我有一个使用create-react-app getcode-client
创建的react前端和一个flask
应用程序的后端。
在我的package.json
文件中,我已经这样定义了代理:"proxy":"http://localhost:5000/"
我尝试使用以下所有代理值:
http://localhost:5000/
http://127.0.0.1:5000
http://127.0.0.1:5000/
http://localhost:5000
这些代理设置都不起作用。
使用create-react-app
来创建我的react应用
我的前端和后端目录并排在一个单独的文件夹中
另外,当调用<a href"/">
或<form action="/">
时,它会将其代理到后端,但问题出在fetch
或axios
调用中