Problem:
When setting up a server for the first time, submitting without prior testing does not provide any warning or error. This results in no action being taken until the user manually tests and confirms the setup.
Proposed Solution:
Implement one of the following to ensure proper validation before submission:
- Gray out the submit button until the test is completed successfully.
- Automatically test on submission, displaying errors if the test fails, preventing submission until issues are resolved.
Problem:
When setting up a server for the first time, submitting without prior testing does not provide any warning or error. This results in no action being taken until the user manually tests and confirms the setup.
Proposed Solution:
Implement one of the following to ensure proper validation before submission: