[Bug]: Arango: Error message has no mention of host address when the host address is wrong.
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
If the user tests the arrango datasource validity with a wrong host address, there is no mention indicating the host address might be wrong in the error message.
Error message -
"Could not find required authentication info. At least one of 'Username', 'Password', 'Database Name' fields is missing. Please edit the 'Username', 'Password' and 'Database Name' fields to provide authentication info."
Steps To Reproduce
- Add a new ArrangoDB datasource
- Enter a wrong host address
- Enter a valid port number
- Enter valid database name, username and password
- SSL mode - Enabled
- User CA certificate - Disabled
- Click on Test
Observe - The error message has no mention of the host address "Could not find required authentication info. At least one of 'Username', 'Password', 'Database Name' fields is missing. Please edit the 'Username', 'Password' and 'Database Name' fields to provide authentication info."
Public Sample App
No response
Environment
Production
Issue video log
No response
Version
1.9.12
Hi, this issue is not valid. The error that Anand has reported comes because the username and password fields have been left blank - in which case the code flow doesn't reach URL test point. In case they are filled and the URL is incorrect then UnknownHostException is thrown. However, the error message could be improved. I will be working to fix that. Also, the SSL feature seems broken, will investigate that separately.
Tested and found to be fixed on release