jitsu
jitsu copied to clipboard
Deleting a Function Connected to a Source Results in an Error Page
Summary
When a /dev/null destination is connected with a source, deleting the /dev/null destination without first deleting the connection results in an error page. The error message displayed is: “We encountered an error processing your request. Please try refreshing the page, or logging out and back in. If the problem persists, please contact support.” This issue needs to be addressed to ensure smooth user experience and system stability.
Steps to Reproduce
- Create a /dev/null destination and add function to it
- Connect /dev/null destination to a source.
- Delete the /dev/null destination without deleting the connection first.
- Go to connections page and click one of the deleted connections
- Observe the error page.
Expected Behavior
The system should handle the deletion gracefully without throwing an error. The connection should be deleted automatically, or a warning should be displayed to the user to delete the connection first.