Fenix: Can’t log into NYTimes

Created on 16 Feb 2019  ·  7Comments  ·  Source: mozilla-mobile/fenix

Steps to reproduce

  1. Register for NYTimes on desktop
  2. Try to login on Fenix

Expected behavior

You can log in

Actual behavior

See screenshot - you see a spinner and then it just ends and then page just sticks around.

Device information

  • Android device: Galaxy S8
  • Fenix version: today’s nightly
    4bb41c2c-175d-4634-bb84-964a49efa822
🐞 bug

All 7 comments

Probably a GV issue?

It logs in fine with the Google SSO, but if I create an account for a new email, it does not. I can reproduce. Seems like a GV issue to investigate. I created an issue in Bugzilla to start the investigation. Thanks for reporting, citizen! :smile:

https://bugzilla.mozilla.org/show_bug.cgi?id=1528585

Actually, this works in Focus 8.0.8 with GeckoView. This seems to be an issue specific to Fenix. We need to investigate this.

I noticed that Fenix has always tracking protection on (I'm not sure how many tracking groups). Maybe that's causing it?

So this is due to the tracking protection policy. Javascript crashes when it tries to load the captcha.

TypeError: "this.grecaptcha is undefined"
    value React
    value FullPageView.js:148
    value FullPageView.js:35
    React 11
    value FullPageView.js:140
    value Form.js:356
    value Form.js:311
    o Api.js:39
react-dom.production.min.js:179:139
TypeError: "this.grecaptcha is undefined"
    React 11
    value FullPageView.js:140
    value Form.js:356
    value Form.js:311
    o Api.js:39
react-dom.production.min.js:179:139

Works as intended when I turn it off

This issue should be fixed by #1084

@vesta0 @bbinto I'm going to close this for now. Unless you think further action is needed

Was this page helpful?
0 / 5 - 0 ratings