Skip to content

Fix status page 404

Mike Greiling requested to merge mg-fix-status-page-compile-error into master

An uncaught nuxt compiler error we causing the server-side compilation of the status page to not render. As a result the page would 404 when accessed directly, but it would work just fine when accessed client-side via a link.

This removes a superfluous import statement for an already-registered component, but does not address the underlying configuration issue. A follow-up issue will be created to address this.

closes #606 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports