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
Regression (a behavior that used to work and stopped working in a new release)
[ X] Bug report
Performance issue
Feature request
Documentation issue or request
Other... Please describe:
Current behavior
Working on an app I'm using Angular 10 (not supported, I know). While testing on Safari 14 everything works fine. SignOut leads to signed out user. But with current Chrome and Firefox, the signOut Method doesn't sign out.
While analyzing the problem, the finalize() part in signOut() Method is never called on Firefox and Chrome. In Safari it is executed properly. I don't know why at the moment but I will try to investigate in this.
signOut() returns an observable, that is never subscribed. The interesting thing is, that this seems to work on Safari and obviously on older versions of angular. Subscribing at this point shouldn't be a problem?
I'm submitting a...
Current behavior
Working on an app I'm using Angular 10 (not supported, I know). While testing on Safari 14 everything works fine. SignOut leads to signed out user. But with current Chrome and Firefox, the signOut Method doesn't sign out.
While analyzing the problem, the finalize() part in signOut() Method is never called on Firefox and Chrome. In Safari it is executed properly. I don't know why at the moment but I will try to investigate in this.
Expected behavior
User should get signed out.
Environment
Angular-Token version: 9.0.0-beta.0
Angular version: 10.2.3
Bundler
Browser:
The text was updated successfully, but these errors were encountered: