-
-
Notifications
You must be signed in to change notification settings - Fork 721
Description
Version
@nuxt/content: 1.3.1
nuxt-edge: 2.13.0-26519060.8933d375
Using target: static
and ssr: true
in nuxt config.
Reproduction Link
Tried to fork this to create one: https://codesandbox.io/s/nuxtcontent-demo-l164h
But before I changed anything on codesandbox fails with "Uncaught Error: Module build failed: Error: ENOENT: no such file or directory, open '/sandbox/node_modules/html-entities/lib/index.js'" error.
Anyway, if it would not fail it would be probably something like this: https://codesandbox.io/s/nuxtcontent-demo-dgfy5
Steps to reproduce
If i use this.$router.push()
from a method for example triggered by a click event, it shows a 500 error page with the text of "resolveRouteComponents is not defined", but just for a brief moment, then the navigation succeeds. No error was written to the console.
What is Expected?
It should not display an error page when navigating. Not even for a brief moment.
What is actually happening?
It shows a 500 error page for a 100ms or so.