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
It needs to be easy for users to understand why connection checks are failing. Usually these failures are caused by inability access a host/port/db/api due to networking, credentials, etc.
Possible short term fix:
Expose failure logs in the UI so it's easy to debug why the connection failed. Right now this is accessible from docker-compose up logs or by viewing the persisted logs for the connection check job, but that is not easy to use.
Possible long term fix:
Allow the integration to map errors to specific fields alongside a custom connection error.
The text was updated successfully, but these errors were encountered:
It needs to be easy for users to understand why connection checks are failing. Usually these failures are caused by inability access a host/port/db/api due to networking, credentials, etc.
Possible short term fix:
Expose failure logs in the UI so it's easy to debug why the connection failed. Right now this is accessible from
docker-compose up
logs or by viewing the persisted logs for the connection check job, but that is not easy to use.Possible long term fix:
Allow the integration to map errors to specific fields alongside a custom connection error.
The text was updated successfully, but these errors were encountered: