I deployed my Angular application to https
domain. And the API domain is http
.
When I build my Angular app using --prod
I got an error in requests that Referrer Policy: strict-origin-when-cross-origin
, However when I build without --prod
the requests are working perfectly.
Any ideas?