Skip to content

Fix 500 error when visiting a non-existing integration

Arturo Herrero requested to merge fix-500-non-existant-integration into master

Description

Vising a non-existing integration path results in a 500 error. This fixes the error, showing a 404 error to the user as the page does not exist.

Before After
Screen_Shot_2022-03-31_at_14.59.02 Screen_Shot_2022-03-31_at_14.59.36

Related to: #296899 (closed)

Merge request reports