Skip to content

Commit

Permalink
fix: Adjust settings path for templatePathAndFilename of serverErrorE…
Browse files Browse the repository at this point in the history
…xceptions
  • Loading branch information
paxuclus committed Dec 18, 2023
1 parent afe14f9 commit 2d2af50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Neos:
matchingStatusCodes: [ 500 ]
options:
logException: true
templatePathAndFilename: 'resource://Neos.Flow/Private/Templates/Error/Default.html'
viewOptions:
templatePathAndFilename: 'resource://Neos.Flow/Private/Templates/Error/Default.html'

Netlogix:
ErrorHandler:
Expand Down

0 comments on commit 2d2af50

Please sign in to comment.