Site will not render configured error page on beacon_live_admin and raise a Match error such as:
[warning] failed to render error page for 404.html, fallbacking to default Phoenix error page
Got:
%MatchError{term: {Beacon.Web.PageLive, [action: :path, router: MyAppWeb.Router], %{extra: %{session: {Beacon.Router, :session, [:home, %{}]}, root_layout: {Beacon.Web.Layouts, :runtime}, on_mount: []}, name: :beacon_home}}}
Environment
Actual behavior
Site will not render configured error page on beacon_live_admin and raise a Match error such as:
Expected behavior
Error pages should be rendered without any raised errors