Skip to content

t._ssrNode is not a function #492

Closed
Closed
@jodiedunlop

Description

@jodiedunlop

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

  1. Go to: https://smokescreen-docs.netlify.com/guide
  2. Navigate between the sidebar topics.
  3. Some pages will occasionally be blank and the console output will contain 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

  • Your OS: MacOS (local) / Netlify
  • Node.js version: 9.11 (local) / unsure on netlify
  • Browser version: Chrome 66.0
  • Is this a global or local install?
  • Which package manager did you use for the install? yarn (local)

Metadata

Metadata

Assignees

Labels

type: bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions