You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the summary page of the model creation flow, once the user clicks the 'SUBMIT' button, it redirects the user back to the first page instead of navigating to the success/confirmation page.
It is expected that users should be able to navigate to the confirmation page to access their newly created model.
Screenshots
See the video below for this behavior:
bug_reproduced.webm
Desktop (please complete the following information):
OS: Mac .
Browser: Mozilla.
Additional context
This could be due to the fact that the session storage and form state are cleared after successfully submitting a training request, thereby removing the newly created model ID (which is needed in the confirmation page) from the state.
The text was updated successfully, but these errors were encountered:
Describe the bug
In the summary page of the model creation flow, once the user clicks the 'SUBMIT' button, it redirects the user back to the first page instead of navigating to the success/confirmation page.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It is expected that users should be able to navigate to the confirmation page to access their newly created model.
Screenshots
See the video below for this behavior:
bug_reproduced.webm
Desktop (please complete the following information):
Additional context
This could be due to the fact that the session storage and form state are cleared after successfully submitting a training request, thereby removing the newly created model ID (which is needed in the confirmation page) from the state.
The text was updated successfully, but these errors were encountered: