akveo / akveo/ngx-admin

Too Much recursion at Login

未关闭
#5,674 10 条评论 2 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
TypeScript
星标
25.7k
派生
7.9k
PR 合并指标
30 天内没有已合并 PR

描述

New to ngx-admin & angular I need your help to solve an issue please:

when login is required (first connection or token expired), I get this error :

```
InternalError: "too much recursion"
RxJS 128
_error
error
_error
error
_error
error
notifyError
_error
error
_error
error
_error
error
_trySubscribe
subscribe
call
subscribe
call
subscribe
subscribeToResult
_innerSub
_tryNext
_next
next
subscribeToArray
_trySubscribe
subscribe
call
subscribe
call
subscribe
call
subscribe
call
subscribe
call
subscribe
call
subscribe
call
subscribe
subscribeToResult
_innerSub
_next
next
subscribeToArray
_trySubscribe
subscribe
call
subscribe
call
subscribe
subscribeToResult
_innerSub
_tryNext
_next
next
subscribeToArray
_trySubscribe
subscribe
call
subscribe
call
subscribe
call
subscribe
call
subscribe
call
subscribe
call
subscribe
call
subscribe
subscribeToResult
_innerSub
_next
next
subscribeToArray
_trySubscribe
subscribe
call
subscribe
call
subscribe
subscribeToResult
_innerSub
_tryNext
_next
next
subscribeToArray
_trySubscribe
subscribe
call
subscribe
call
subscribe
call
subscribe
call
subscribe
call
subscribe
call
subscribe
call
subscribe
subscribeToResult
_innerSub
_next
next
subscribeToArray
_trySubscribe
subscribe
call
subscribe
call
subscribe
subscribeToResult
_innerSub
_tryNext
_next
next
subscribeToArray
_trySubscribe
subscribe
call
subscribe

```

The loggin process works and when redirected to dashboard, my forms are not appearing well (no label, neither button, etc)

If I restart the server (npm start) without the need to login as previous identificaiton token is still valid, everything works well.

Thank you for your help

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。