I have an Angular Universal Project, deployed on a node server. I built it then deployed the content of dist folder to my server. Browser folder is reached, so I get the index.html page. But API Calls return timeout, and when I refresh a page with any other route, it also returns a timeout. I think that my express server is not started.
Anyone has an idea?