PegaAPI Cache Clear request URL wrong
After upgrading to Pega 8.5, I tried to use API to clear Cache but see that the Request URL formed is wrong
Our app URL : https://<node>:8443/prweb
request url formed is
https://<node>:8443/api/v1/nodes/all/caches/aba/clear
is wrong and returns 404
it should be
https://<node>:8443/prweb/api/v1/nodes/all/caches/aba/clear
How to fix this?
In 7.4 it works fine.