Angular Universal - angularx-social-login not working on Firefox

Viewed 384

I used angularx-social-plugin right before enabling SSR and seemed to be fine. Now that the app is universal, it breaks on firefox.

On any other browser, it works normal but in Firefox, I have these warnings in the console after page load

Errors on page load. unreachable code after return statement

They might be the reason why when I try to use one login provider, I have this error Error when trying to use signInWithPopup(new FacebookProvider). Login providers not ready yet. Are there errors on your console?

All this, only on Firefox.

Is it because of the SSR?

1 Answers

I had the same issue. You need to disable the enhanced data protection in Firefox: enter image description here

Related