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
I guess there’s a bigger issue here: every file in public folder tries to go through the proxy. This is a critical bug, as it breaks any app relying on public folder.
Activity
subk commentedon May 22, 2017
Same for me when I use the
proxy
property inpackage.json
, which makes sense.Probably because of react-dev-utils/WebpackDevServerUtils.js#L273 ?
gaearon commentedon May 22, 2017
Could be related to changes to
proxy
handling in #1790.cc @jamesblight @Timer
gaearon commentedon May 22, 2017
I’m confused why
logo.svg
does not attempt to go through the proxy butfavicon.ico
does.gaearon commentedon May 22, 2017
I guess there’s a bigger issue here: every file in
public
folder tries to go through the proxy. This is a critical bug, as it breaks any app relying onpublic
folder.gaearon commentedon May 22, 2017
Fixed in
react-scripts@1.0.5
.