-
Beta Was this translation helpful? Give feedback.
Answered by
robdekort
Mar 25, 2024
Replies: 3 comments 5 replies
-
Do you have the tools addon installed still? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Anything in the log? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think cuz a page like a 404 isn't actually a page but a route. So you're requesting stuff that doesn't exist. You could perhaps wrap it in
{{ unless response_code === '404' }}
.