Static GitHub Issues

[1610] Blank Screen with SPA mode and Apollo Module

prev: Unable to force Nuxt out of dev mode?
next: Javascript losed when put behind nginx with subdirectory

When in the regular mode, my app works fine. But when switching to mode: 'spa' in the nuxt.config file, the application switches to a blank screen with the loading icon continuously looping. When checking the console, there is an error Error while initializing app TypeError: Cannot read property 'apollo' of undefined which makes me think this is related to the nuxtjs/apollo module. Example can be seen here: http://synonymous-view.surge.sh/

I'm currently updated to RC 11, and a repo of my code can be found at: https://bitbucket.org/abattenburg/nuxtapolloboilerplate. Trying to use SPA to get persistent state, so any thoughts would be much appreciated!

<!--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/c1438">#c1438</a>)</em></sub></div>