I tested the demo repo and it works perfect.
I am having trouble integrating prerender plugin with [VuePress](https://github.com/funkhaus/vuepress/)
Everything seems to work fine until I get this error
[prerender-spa-plugin] Unable to prerender all routes! (node:8158) UnhandledPromiseRejectionWarning: Error: net::ERR_ABORTED at http://localhost:8000/ at navigate (…/path/inside/node-modules/Page.js:539:37) at <anonymous> at process._tickCallback (internal/process/next_tick.js:118:7) (node:8158) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 11) (node:8158) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. Done in 13.02s.
The error message is hard to debug and find where things go wrong. Without prerendering all my routes render fine.