Skip to content

Commit

Permalink
Merge pull request #10 from netlogix/bugfix/overide-fusion-error-hand…
Browse files Browse the repository at this point in the history
…ler-view

BUGFIX: Force static exception rendering for 404.
  • Loading branch information
paxuclus authored Mar 25, 2021
2 parents 5a7e177 + 0f4df49 commit 8291531
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ Neos:
error:
exceptionHandler:
renderingGroups:
notFoundExceptions:
options:
# Force static exception rendering.
templatePathAndFilename: null
viewClassName: Neos\FluidAdaptor\View\StandaloneView
serverErrorExceptions:
matchingStatusCodes: [ 500 ]
options:
logException: true


Netlogix:
ErrorHandler:

Expand Down

0 comments on commit 8291531

Please sign in to comment.