Heroku:Spring启动应用程序成功部署;但是在加载网站时收到应用程序错误

时间:2020-04-07 14:33:46

标签: spring-boot heroku

我想在Heroku上部署Spring Boot应用程序。 当我尝试手动部署时,日志上没有错误。但是,当我尝试加载网站时,出现此错误:

<input type="text" id="inputB" value="10"><br>
<input type="text" id="inputC" value="4"><br><br>

<button id="button">Klik</button>

<p> De ingevoerde resultaten: </p>
<p id="result"></p>

请在我的日志下方找到。 有人有主意吗? 我错过了什么? 任何帮助都将受到欢迎!

Application 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
heroku logs --tail

1 个答案:

答案 0 :(得分:0)

您必须运行heroku logs --tail -a (your app name)才能访问日志,日志中应包含有关失败原因的一些信息。