Custom 4xx 5xx pages #4964
Answered
by
crynobone
LorenzoSapora
asked this question in
Q&A
-
In Nova 3 and below, we could create a nova component to replace the error pages, by creating a cue component to hijack it, but now Nova 4's codebase is obfuscated, that method no longer works. I don't mind making a component for this, like I did in v1.0 to v3.0, but would either need pointers, or it would be nice to have this publishable or customisable within Nova. |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Oct 25, 2022
Replies: 1 comment
-
You should be able to override |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to override
CustomError403
,CustomError404
andCustomAppError
components.