-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployment Error #949
Comments
Mind looking at it @bdrtsky ? |
+1 |
1 similar comment
+1 |
How you deploying it? Local build seems to work. |
package.json "devDependencies": {
"@nuxt-themes/docus": "^1.13.1",
"@nuxt/devtools": "^0.6.7",
"@nuxt/eslint-config": "^0.1.1",
"@nuxtjs/plausible": "^0.2.1",
"@types/node": "^20.4.0",
"eslint": "^8.44.0",
"nuxt": "^3.6.2"
}, Just depoly it with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Deploying the App delivers an error called
this.docs.forEach is not a function
.By downgrading the nuxt version I got more debugging messages and I dicovered this is due to the AppSearch element in the navbar.
Removing the AppSearch Component in the
\node_modules\@nuxt-themes\docus\components\app\AppHeader.vue
solves this error.I don't know why this component is broken. In dev-mode it works totally fine.
Quick fix: Optionally, the component can also be copied to the components directory on the project root using the same name.
If the components directory is global, the AppHeader will be overwritten.
Note that you must remove the AppSearch from the newly created component.
The text was updated successfully, but these errors were encountered: