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: Start instance creation process Enter incorrect value in Project-Code field Receive validation error (expected) Enter correct values in subsequent attempts All correct inputs still show as failed (bug) Reload page 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.