<allow-navigation href="*"/>
Or for security, only assign your local dev server to href, something like below:
<allow-navigation href="http://192.168.1.158:8100" />
And change the ip and port to your own and ensure the value of href can be visit in your browser.