Hi Lorenzo! I'm no sure if this is the reason, but I've defined a proxy for the Angular front-end. You can check proxy.config.json:
{
"/api/*": {
"target": "http://iris:52773",
"secure": false,
"logLevel": "debug"
}
}All my requests to the server are using localhost:4200 and they are translated into iris:52773 after the request.
- Log in to post comments



