Static GitHub Issues

[1745] Application does not load in SPA mode?

prev: Webpack doesn't load images from `assets` if using template literals
next: Cryptic error message when nuxt.config.js is referencing a non-existent plugin

If I switch my app into SPA mode by adding mode: 'spa' into nuxt.config.js the app wont load anymore. I run npm run dev and load the app in browser but the app goes into infinitive loading... The loading spinner keeps spinning and I need to kill the browser tab ...

screen shot 2017-09-28 at 01 01 40

What am I doing wrong here?

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1566">#c1566</a>)</em></sub></div>