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
When clicking "test integration" on the integration configuration page, if the test operation can't connect to the server (e.g. if the backend is not running) an uncaught runtime error occurs.
Steps to Reproduce
View a system with a linked integration
Disconnect Fides backend
Click "test integration"
Expected behavior
Error should be caught
Screenshots
Additional context
See here for Allison's explanation of this and a possible solution. Simply removing the try/catch in datastore-connection didn't work, it still caused the error to occur on on the "connections grid" page.
The text was updated successfully, but these errors were encountered:
Bug Description
When clicking "test integration" on the integration configuration page, if the test operation can't connect to the server (e.g. if the backend is not running) an uncaught runtime error occurs.
Steps to Reproduce
Expected behavior
Error should be caught
Screenshots
Additional context
See here for Allison's explanation of this and a possible solution. Simply removing the try/catch in
datastore-connection
didn't work, it still caused the error to occur on on the "connections grid" page.The text was updated successfully, but these errors were encountered: