AAO-React-Native
AAO-React-Native copied to clipboard
Failed login in stoPrint spams invalid prompt ad infinitum
I'm hitting infinite loading / spamming of the "invalid login" prompt.
- Open Settings, enter bogus credentials, press login
- Open Home > stoPrint
Originally posted by @drewvolz in https://github.com/StoDevX/AAO-React-Native/pull/3985#issuecomment-529255724
📓 Abridged logs
Object { message: "Navigated to HomeView", category: "navigation", data: {…} }
Object { message: "Navigated to SettingsView", category: "navigation", data: {…} }
action settings/CREDENTIALS_LOGIN_START @ 19:53:18.833 (in 8.00 ms)
action settings/CREDENTIALS_LOGIN_FAILURE @ 19:53:19.325 (in 10.00 ms)
Object { message: "Navigated to HomeView", category: "navigation", data: {…} }
Object { message: "Navigated to PrintJobsView", category: "navigation", data: {…} }
action settings/CREDENTIALS_LOGIN_START @ 19:53:25.017 (in 0.00 ms)
action settings/CREDENTIALS_LOGIN_FAILURE @ 19:53:25.535 (in 8.00 ms)
action stoprint/UPDATE_PRINT_JOBS/FAILURE @ 19:53:25.597 (in 26.00 ms)
action settings/CREDENTIALS_LOGIN_START @ 19:53:25.652 (in 4.00 ms)
action settings/CREDENTIALS_LOGIN_FAILURE @ 19:53:25.989 (in 15.00 ms)
action settings/CREDENTIALS_LOGIN_START @ 19:53:26.019 (in 3.00 ms)
action stoprint/UPDATE_PRINT_JOBS/FAILURE @ 19:53:26.065 (in 1.00 ms)
[...]
Reproduction steps:
- Sign-in with an invalid account in Settings
- Dismiss the invalid login alert
- Go to the homescreen
- Tap stoPrint
- Notice the alert is created infinitely
I'm going to close this one - stoprint credentials have been completely redone, and this cannot happen anymore.