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?
<!--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>