Describe the bug
Exception not handle properly.
To Reproduce
Steps to reproduce the behavior:
workspace1Expected behavior
User can retry to submit if encounter server side error.
Screenshots





2.2. Step 2: Create a new node and add it
2.3. Step 3: Submit, encounter an error
Is the node expected valid? (i.e., the POST of /nodes return 200 and the node is Available)
yes. create node succeed.
想法討論:
create workspace 一定有可能遇到 server side error. 而 user 遇到 error 後, 一定會想做 retry submit. 因此若 create workspace 過程遇到任何 fail, 曾經建立過的物件可能都需要被清除. 讓使用者可以 retry.
目前暫時解法可以重新刷新頁面(或回到home page),從Settings的Delete workspace來刪除該未成功建立的workspace
I'm not seeing this issue anymore. Has anyone run into this issue recently? If not, maybe we can consider closing this :)
create workspace 一定有可能遇到 server side error. 而 user 遇到 error 後, 一定會想做 retry submit. 因此若 create workspace 過程遇到任何 fail, 曾經建立過的物件可能都需要被清除. 讓使用者可以 retry.
Thanks for the works of @eechih in #5247, We could retry the failed step in workspace creation.
How about move to QA phase if you guys think that this bug should be resolved ?
How about move to QA phase if you guys think that this bug should be resolved ?
Sounds great!
QA passed. LGTM!
Thanks @oharastream/frontend !