You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While setting up the connector, the UI doesn't preload the default values that are set with default parameter inside of ConnectorSpecification. As the result, we hit the error (see the video attached).
Expected Behavior
The default values coming from the ConnectorSpecification should be preloaded before the Authenticate button is pressed.
Logs
Oauth_default_values.mov
Steps to Reproduce
Run the DEV version of UI locally, along with DEV version of Airbyte instance.
Modify any of existing connectors suitable for OAuth2.0 to have the default value for the field that should be passed from Front-end to Back-end to pass the Authentication using OAuth2.0. (you can use this PR for the test as well)
Rebuild and change the version of the connector to be the dev in the settings.
Create the source connection.
Don't touch the field you are testing, during the connection setup.
Press the Authenticate button - you should see nothing happens.
Check the console/network for broken requests.
The text was updated successfully, but these errors were encountered:
Environment
Current Behavior
While setting up the connector, the UI doesn't preload the default values that are set with
default
parameter inside ofConnectorSpecification
. As the result, we hit the error (see the video attached).Expected Behavior
The default values coming from the
ConnectorSpecification
should be preloaded before theAuthenticate
button is pressed.Logs
Oauth_default_values.mov
Steps to Reproduce
OAuth2.0
. (you can use this PR for the test as well)dev
in the settings.Authenticate
button - you should see nothing happens.The text was updated successfully, but these errors were encountered: