Created attachment 803335 [details] error_log Description of problem: Create alias and then go to app/console/application/<uuid>-<app_name>/aliases page, hit the delete button. And then meet the "We appear to be having technical difficulties" error message. While the alias can be deleted by hitting the edit link and go to app/console/application/<uuid>-<app_name>/alias/<alias>/edit page. Version-Release number of selected component (if applicable): fork_ami_origin_ui_72_membership_863 How reproducible: Always Steps to Reproduce: 1. create an app 2. create an alias 3. goto app/console/application/<uuid>-<app_name>/aliases page and try to delete alias Actual results: Fail to delete it and meet "We appear to be having technical difficulties" error message. Expected results: Can delete alias successfully. Additional info:
Fixed in https://github.com/openshift/li/pull/1903
Waiting for merged code.
Test on devenv_3844, but still met the same error when I tried to delete alias.
Fix in https://github.com/openshift/origin-server/pull/3738
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/874be485dc511ec380c85f7ce7eff12c8909a2f2 Bug 1012342 - delete alias on aliases page fails
Test on INT(devenv_3871), I can delete alias successfully. So verify the bug. Thanks!