How to disable caching in proxy(/absproxy/3000 or /proxy/3000) #5655
Unanswered
raychunghk
asked this question in
Q&A
Replies: 1 comment
-
Hmm...my hunch would say that HMR isn't updating rather than the proxy caching your code. Just to double-check, did you follow these steps? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently developing React front end with vs-code server.
On the front end proxy url:e.g:
http://code-serv/absproxy/3000/
I found that the result html rendered in browser is not updated when I change and save the js/html code.
But then when I open
http://code-serv:3000
The updated code is in sync
So that is very likely the proxy is caching old version stuff.
Is it possible to turn it off?
Beta Was this translation helpful? Give feedback.
All reactions