'Trying to deploy an Angular application to Heroku
I try to deploy an Angular application to Heroku, but I keep getting this error:
An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command...
Solution 1:[1]
You need to debug in heroku logs. Try this command heroku logs --tail --app your_app_name and tell us what error you are getting.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | sam_dev |
