elasticio / sftp-component

SFTP component for the elastic.io platform
Apache License 2.0
2 stars 3 forks source link

No error message on UI in case of verification of invalid credentials #27

Closed stas-fomenko closed 4 years ago

stas-fomenko commented 5 years ago

Description: No error message on UI in case of verification of invalid credentials, however in logs user may see that verification has been failed:

STR:

  1. Start creating new creds for the component via Credentials section OR via flow
  2. Input invalid creds, for example: image
  3. Click on Verify button.

AR:

  1. No error message on UI regarding creds verification error.
  2. An error message is in logs.
  3. Message about successfully verified creds: image
  4. Verify button became Verified: image
stas-fomenko commented 5 years ago

In conversation with @dvd-z got information that this may be related to another issue: https://github.com/elasticio/sailor-nodejs/issues/68

image

ShkarupaNick commented 4 years ago

we can migrate it to callback style. without changes in the sailor

stas-fomenko commented 4 years ago

bug has been fixed in this commit: 1cac6e41e8ac49ebc3dc3cb2c6f7a846871a18b7