alpheios-project / webextension

Alpheios Browser Extensions
ISC License
6 stars 2 forks source link

Safari: after new sign up, the user account panel doesn't get updated #252

Closed monzug closed 4 years ago

monzug commented 4 years ago

tested in About Alpheios Safari App Extension 3.0.1.78 Alpheios Components 1.3.0

Sign up a new user, then go to User panel. the user account panel doesn't get updated until I click again on the Log in button. Note that if I login as an existing user, the User panel does get updated immediately, including the congratulations message at the bottom.

Screen Shot 2019-10-10 at 4 18 05 PM

Screen Shot 2019-10-10 at 4 18 19 PM

kirlat commented 4 years ago

This is a timeout issue. The default timeout of a login/create account popup is 60 seconds. If to enter user information not fast enough, the show login popup function will fail with an error. The following steps such as receiving user information will not be fulfilled and user info will not be shown.

The user account on the Auth0 side, however, will be created. The next time user presses Log In, correct user info will be retrieved and shown.

To prevent this, I set the timeout to be 5 minutes. Luckily for us, Auth0 SPA SDK provides such option. Should be plenty of time to enter new user credentials.

balmas commented 4 years ago

back to @monzug to retest.

monzug commented 4 years ago

Yes, it's working now. Thanks!!!!

balmas commented 4 years ago

actually, taking this back because I misunderstood - I thought a server-side change had been made, so we need to retest after a new build.

monzug commented 4 years ago

but it's working. any ideas?

kirlat commented 4 years ago

The timeout in the current build is 60 seconds. So if the signup takes less than that, it shall be working. But if to go slower, user info shall not be displayed.

balmas commented 4 years ago

maybe you tested more quickly the second time so the timeout didn't take affect? I will have a new build later today. Waiting to see if we can squeeze a fix for #244 in before preparing it for you.

balmas commented 4 years ago

QA-3.0.0.81 is in Dropbox

monzug commented 4 years ago

Got the congratulations message immediately after signing up.