Hide Forgot
Description of problem: When I click "Change your namespace..." button on My Account page, it will catch "RestApi::MissingAuthorizationError in DomainsController#edit" error after I created a namespace. Version-Release number of selected component (if applicable): devenv-stage_166 How reproducible:always Steps to Reproduce: 1.Go to openshift website and login 2.Create a namespace and try to change the namespace 3. Actual results: The following error came out: RestApi::MissingAuthorizationError in DomainsController#edit RestApi::MissingAuthorizationError Rails.root: /var/www/stickshift/site Application Trace | Framework Trace | Full Trace app/models/rest_api/base.rb:405:in `connection' app/models/rest_api/base.rb:436:in `find_single' app/models/rest_api/base.rb:301:in `find' app/controllers/domains_controller.rb:18:in `edit' Expected results: The name space should be changed successfully. Additional info: This issue also exist on devenv_1715.
A result of my changes, testing now.
Test it on stage 2.0.9, it works now.