Search code examples
angulardeploymenthttp-status-code-404netlify

Angular application deployment on netlify does not work


I am trying to deploy angular application on netlify, I am getting error message. I am not sure why.

Page Not Found
Looks like you've followed a broken link or entered a URL that doesn't exist on this site

Deploy message

Build settings


Solution

  • I was able to solve the issue. angular.json contains outputPath property whose value needs to be set into netlifyPublish directory.