Hello Guys,
sorry I am new to Angular and I just want to deploy a static page. I already tried with digital ocean and with render. Locally everything is fine - build process also works fine, but when I access the live URL I get an ERROR 404 not found. I attached a screenshot of the settings. I am so new to angular that I do not even know where I should look in order to fix this. I simply want to deploy the static page. Your help is greatly appreciated.
#Deployment only shows Error 404
1 messages · Page 1 of 1 (latest)
With recent versions of the CLI, the directory containing the built application is not the directory dist/<app-name>. It's dist/<app-name>/browsr. Run ng build locally and see what it generates.
Thank you for the fast answer!
This confirms what I said. Look at the location of the index.html file.