You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I switch from the Public one to the Private one, everything works fine. Once I try to go back to Public (ie: Logout) it causes an infinite loop between the /public and /private route. After about 200 times it stops on /public.
The loop mounts Public, then Private fully in between each switch, as API calls that occur on mount also trigger 200 times.
This is what I see in the console.
Seems like maybe it was fixed on the angular project, maybe its a related issue?
Going to try and re-create it in a separate repo in the coming days
The text was updated successfully, but these errors were encountered:
Hi, this issue seems to be related to this one from angular side:
(single-spa/single-spa-angular#113)
I register both a Public and Private app:
When I switch from the Public one to the Private one, everything works fine. Once I try to go back to Public (ie: Logout) it causes an infinite loop between the /public and /private route. After about 200 times it stops on /public.
The loop mounts Public, then Private fully in between each switch, as API calls that occur on mount also trigger 200 times.
This is what I see in the console.
Seems like maybe it was fixed on the angular project, maybe its a related issue?
Going to try and re-create it in a separate repo in the coming days
The text was updated successfully, but these errors were encountered: