StaticInjectorError(平台:核心):NullInjectorError:没有提供者

时间:2019-12-28 02:11:49

标签: angular proxy angular-cli angular-routing

总结一下我的问题,我有一个Angular 8应用程序,该应用程序替代了我的spring boot应用程序。

这是我的 proxy.conf.json:

{
      "/tda/*": {
        "target": "https://tunisia-digital-awards.herokuapp.com/",
        "secure": false,
        "pathRewrite": {"^/tda" : "https://tunisia-digital-awards.herokuapp.com/tda"},
        "changeOrigin": true,
        "logLevel": "debug"
      }
    }

已构建项目,并且已将应用程序成功部署到Heroku,但似乎我遇到了路由器问题,因为当我使用正确的凭据登录时,它没有重定向到主页,它在控制台中显示此错误消息
error message in console

注意: 在开发模式下,应用程序像超级按钮一样工作

0 个答案:

没有答案