user123456
user123456

Reputation: 2659

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...

Upvotes: 0

Views: 120

Answers (1)

sam_dev
sam_dev

Reputation: 167

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.

Upvotes: 3

Related Questions