Thanks for this. Makes sense. What's confusing is that it did work previously (a few months back).
I guess I'll try require_css() again in the ...read more
Thanks. Just to clarify, it's only when we manually trigger a 404 using set_response_code() that this happens. Our 404-template is being rendered, bu...read more
Thanks for your reply, but those links won't help at all which should be obvious if you read the question.
Here's hoping someone with inner kno...read more
We're using {{ set_response_code(404) }} to manually trigger the 404 page under some circumstances.
This works fine, the 404 response code is set, and the 404-template is rendered instead of the template that triggered the 404.
We're als read more
We're using {{ set_response_code(404) }} to manually trigger the 404 page under some circumstances.
This works fine, the 404 response code is set, and the 404-template is rendered instead of the template that triggered the 404.
We're als read more