Have you used middleware: [ /* ... */ ] in your nuxt.config.js or in any component or page file? :thinking:
Check if you have any js errors in your layouts or store (if you are unsure just put everything in a try catch). I got a similar error when I had an error in my default layout.
how do you slove this problem?
had same error, @pimlie 's answer worked for me, thanks
nuxt + vux
nuxt 1.0.0-rc11 升级到 1.4.1 以后报这个错,解决方法
去掉
directives: {
TransferDom
}
后不报错
@pimlie 'answer works to me.
Same problem. Until yet unsolved.
This happens as soon as I load custom components with the components property
@MartinMuzatko create a reproduction in github repo or codesandbox
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Check if you have any js errors in your layouts or store (if you are unsure just put everything in a try catch). I got a similar error when I had an error in my default layout.