Description of the Problem
In multiregion enabled env, User has opened a ROSA hosted cluster and tried to edit the cluster wide proxy couple of times from Networking tab. During second action , the page reported type error as below .
TypeError: Cannot destructure property 'errorMessage' of 'e' as it is undefined. at s (ErrorDetailsDisplay.tsx:22:11) at bi (chrome-root.d6ec82adcca2f232.js:2:197413) at Sl (chrome-root.d6ec82adcca2f232.js:2:256728) at vs (chrome-root.d6ec82adcca2f232.js:2:245880) at ys (chrome-root.d6ec82adcca2f232.js:2:245808) at bs (chrome-root.d6ec82adcca2f232.js:2:245671) at os (chrome-root.d6ec82adcca2f232.js:2:242478) at ls (chrome-root.d6ec82adcca2f232.js:2:242867) at za (chrome-root.d6ec82adcca2f232.js:2:183766) at chrome-root.d6ec82adcca2f232.js:2:240415
See the attached recordings Screen Recording 2024-12-09 at 12.59.36 PM.mov
How reproducible:
Always
Steps to Reproduce:
- Open OCM UI staging using https://console.dev.redhat.com/openshift/?multiregion=true
- Open a ready ROSA hosted cluster.
- Go to networking tab.
- Click on "Edit cluster-wide proxy" button.
- Update the proxy definition and click "Save" button from the model.
- Click again "Edit cluster-wide proxy" button and see the behavior.
Actual results:
At step 6, Networking tab broken with type error as mentioned above.
Expected results:
At step 6, The "Edit cluster-wide proxy" model should open without any issue.
- blocks
-
OCMUI-1527 Data Sovereignty for the Cluster Details Page
- Review
-
OCMUI-2524 Make the multiRegion version of cluster details the default version
- Review
- is duplicated by
-
OCMUI-2766 Cluster wide proxy throws error when closing modal
- Closed