Heroku 应用程序不会像在本地主机上 运行 时那样重定向

Heroku app won't redirect unlike when it's running on localhost

我一直在我的本地主机上构建 运行 网络应用程序。在我进行了所有测试以确保一切正常后,一切正常。我最终决定在 heroku 上部署网络应用程序,我想通过使用管理部分在登录页面上添加额外的内容。

现在,我在尝试注册新用户时遇到了问题。在我点击寄存器 link 并填写所有字段后。该网站将我重定向到显示“500 |服务器错误。'而不是将我重定向到可以访问该网站并添加内容的登录页面。这是将我重定向到的页面的图像。 Image instead of redirecting me to a page like this. Can some please guide me on a way of how to solve this problem? If you want to try out the site, here's the link. http://lifeisspiritual.herokuapp.com/register

您处于生产模式,您必须在 .env 中将其设置为开发模式,然后您将看到错误堆栈跟踪。我认为如果不进行此更改,您将无法解决它。