Created attachment 1312984 [details] This is all debug scripts Description of problem: Like bug title said, it will require to check debug script if login with previledged account, detailed script and screenshots will be attached. Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. Log into us-starter-west-2 with previledged account 2. 3. Actual results: Browser will crash with a warning about let user to check debug script. Expected results: Should login without that warning Additional info:
Created attachment 1312985 [details] Screeshot 1
Created attachment 1312986 [details] Screeshot 2
This has to do with loading a ton of projects when a user logs into the console.
https://github.com/openshift/origin-web-console/issues/1923
https://github.com/openshift/origin-web-console/pull/1956
Commit pushed to master at https://github.com/openshift/origin-web-console https://github.com/openshift/origin-web-console/commit/7ab78e32b0e9271a0a2c72dfb703bcaec416ec8f Bug 1481127 - More robust handling of large project lists - Don't watch extremely large project lists - Don't request projects on every page load - Increase debounce wait when filtering projects - Use `$applyAsync` instead of `$apply` to avoid digest in progress errors - Only show the first 250 projects on the project list. Users can filter or sort to see other projects - Don't show more than 100 projects in the header dropdown. Users can navigate back to the project list if they have more. - Let users type in the name of a project if the list fails. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1481127
Thanks for the fix! No script warning now, more than 7000 projects can list after loading. So will verify this bug.