Reported by:
Oleh B.
Issue:
During instance creation in the Project-Code field, after the first incorrect input, all subsequent correct inputs are incorrectly reflected as failed until the page is reloaded.
Steps to Reproduce:
  1. Start instance creation process
  2. Enter incorrect value in Project-Code field
  3. Receive validation error (expected)
  4. Enter correct values in subsequent attempts
  5. All correct inputs still show as failed (bug)
  6. Reload page
  7. Validation works correctly again
Impact:
  • Confusing onboarding experience for new users
  • Users may think correct values are wrong
  • Forces page reload to continue setup
Browser:
Chrome
Technical Analysis:
Likely a frontend validation state issue where error state is not properly cleared after the first validation failure.
Expected Behavior:
  • First wrong input: Show validation error ✓
  • Subsequent correct inputs: Clear error and show success
  • No page reload required
Workaround:
Reload the page after first validation error.