Application does not load in SPA mode?
[issue link]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 …

What am I doing wrong here?