Kemal Calisan

Results 1 comments of Kemal Calisan

I have experienced the same problem. In my case, this was happening because there was an AuthGuard on redirectUrl. Possible fix: checkAuth(): Observable { return this.eventService.registerForEvents().pipe( filter((event) => event.type !=...