TypeError, 'digest' of undefined, in development environment

前端 未结 2 803
悲&欢浪女
悲&欢浪女 2021-01-13 02:21

When we\'re building our Angular SPA for localhost it works perfectly.

On our dev environment, this error creeps into the DevTool console and breaks everything: ERRO

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-13 03:18

    This seems more related to Angular than Auth0 but out of curiosity have you defined digest in your component?

    If not, you can do that as: digest: {}; at the component level.

    I hope this helps you on your quest!

提交回复
热议问题