404 Page Repeats Itself

I noticed this issue was added as a bug by @ruenel, tagging @kory and @alexander to dig deeper, and I’m curious if there has been a fix for this yet, as we are experiencing the same thing. I’ll include more information to preview this bug in a private comment.

Hi Scott,

Thanks for reaching out.
As you can see that it has been already reported by my colleague to our issue tracker for further investigation, but unfortunately, didn’t have any news on that till now.

Thanks

Thanks @tristup. Does that mean the bug still exists and has not yet been fixed?

Hey Scott,

Yes, the bug still exists and not yet been fixed but rest assured that our developers will look on that issue. Please stay tuned.

Thank you for understanding.

Thanks. For the time being, I’ve implemented this CSS code to hide the repeated 404 page content. Sharing in case it helps anyone else.

body.error404 .x-section{display:none}
body.error404 .x-section:first-child {
    display: flex;
}

Hey Scott,

You’re welcome and thank you for sharing your temporary solution.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.