-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
t._ssrNode is not a function #492
Comments
Could you also provide your reproduction repository? |
Hi, Production repo: https://github.com/rexlabsio/smokescreen-docs
|
Hi, The development environment is correct, but the production environment throws the same error as Thanks. |
the same problem |
the same problem +1,and it causes the search not to work |
I had the same problem and tried |
@jodiedunlop Hmmm, you just gave me a repo that returns 404... |
I reproduced it. and fixed it by disabling the @yyx990803 Would you help to take a look at it? There are the reproduction links: |
This should have been fixed in 0.9.1. After upgrading, also delete |
Thanks @yyx990803 |
Thanks a lot! |
Bug report
Although vuepress is working properly while serving the DEV site (
vuepress dev docs
) on my local computer, I am finding that when deployed to netlify the same code results in some navigation bugs. Upon inspecting the console I find the error:TypeError: e._ssrNode is not a function
multiple times. I have verified this on multiple computers.Version
Latest version
^0.9.0
Steps to reproduce
TypeError: e._ssrNode is not a function
What is expected?
Expect navigation to work the same as it does while serving in dev.
What is actually happening?
When clicking on the sidebar links, some of the pages are blank, and there are errors in the console about
TypeError: e._ssrNode is not a function
Other relevant information
The text was updated successfully, but these errors were encountered: