diff --git a/client/components/global/Navbar.vue b/client/components/global/Navbar.vue index 5bb2fcec..14dca958 100644 --- a/client/components/global/Navbar.vue +++ b/client/components/global/Navbar.vue @@ -317,7 +317,7 @@ export default { if (this.isIframe) return false if (this.$route.name && this.$route.name === "forms-slug") { - if (this.form) { + if (this.form || import.meta.server) { return false } else { // Form not found/404 case - show the navbar diff --git a/client/components/pages/forms/show/FormCleanings.vue b/client/components/pages/forms/show/FormCleanings.vue index bb31dc85..b72d56ab 100644 --- a/client/components/pages/forms/show/FormCleanings.vue +++ b/client/components/pages/forms/show/FormCleanings.vue @@ -7,7 +7,7 @@ >