-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
frontend: Fix 500 error after detail page refresh (#1967) #2001
frontend: Fix 500 error after detail page refresh (#1967) #2001
Conversation
9b49362
to
9e2ed03
Compare
Thanks @elenzio9 @shaowei-su Can you check this out in your env if it works ? |
@elenzio9 thanks for the PR! With a quick glance I see that you only changed the files of the page that handles an Experiment. Should we also change the main page with the table that redirects users to the details page of an Experiment? To ensure the correct link is used there as well |
I've also updated this page as you can see here: https://github.com/kubeflow/katib/pull/2001/files#diff-4e45400d0d644ac998f731d708df6edd6667d51b19c7be069e2522dfcef3f137R89 |
Thanks @elenzio9 @johnugeorge , just tested this branch offline and the 500 error is fixed. Huge thanks for your timely fix 👍 |
Since the above issue is related to the experiment graph, it would be helpful to create another issue and describe everything there. Thank you! |
@
@shaowei-su Can you create a separate issue to track this? This PR is good to go /assign @kimwnasptd |
@elenzio9 can you do a rebase here as well to ensure the unittests are passing as well? |
Fix 500 error when refreshing KWA's detail page by also adding the namespace variable as a query param to the route. Signed-off-by: Elena Zioga <elena@arrikto.com>
9e2ed03
to
8bd5d42
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: elenzio9, kimwnasptd The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fix 500 error when refreshing KWA's detail page by also adding the namespace variable as a query parameter to the route.
Related issue: #1967
Signed-off-by: Elena Zioga elena@arrikto.com