Skip to content
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

[BUG] Navigating to the model confirmation page after model creation fails #327

Open
jeafreezy opened this issue Feb 13, 2025 · 0 comments

Comments

@jeafreezy
Copy link
Collaborator

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:

  1. Go to fair-dev/models.
  2. Login if you haven't already.
  3. Click on 'SUBMIT'.
  4. See bug.

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):

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant