Results 3 comments of moss

I have the same problem, by the way for me it is working when the server is running on http, but when I am running the server on https, I...

you could use proxy to solve this issue: under root directory of your angular project (in the same level of package.json create new file name it `proxy.json` add the below...

for production you can use nginx to do the proxy function for you, I have already implemented on production and its working fine.