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
Question
I'm getting these "Navigation triggered outside Angular zone, did you forget to call 'ngZone.run()'?" warnings after redirects from the defined redirectUrl which is /callback
After I login on the oAuth page, I get redirected to my app on the route /callback with the params and then again to my home page. In the console there is always these warnings about the ngZone.
Do you know how can I solve this? I'm really stuck with this.
Thanks.
The text was updated successfully, but these errors were encountered:
18.0.1
Question
I'm getting these "Navigation triggered outside Angular zone, did you forget to call 'ngZone.run()'?" warnings after redirects from the defined redirectUrl which is /callback
After I login on the oAuth page, I get redirected to my app on the route /callback with the params and then again to my home page. In the console there is always these warnings about the ngZone.
Do you know how can I solve this? I'm really stuck with this.
Thanks.
The text was updated successfully, but these errors were encountered: