Closed alexisohayon closed 6 years ago
i just deal with this issue with add to nuxt.config.js
mode: 'spa'
ex: https://github.com/nuxt/nuxt.js/blob/dev/examples/spa/nuxt.config.js
without it, it make my app silent fail
If this is still an issue with the new version and the workaround above doesn't work, let me know and I'll reopen this issue.
Hi @detrohutt, I've the same issue with latest nuxt-edge, nuxt-axios and electron. Any ideas how to fix this?
Hi,
Nice package! I'm facing an issue that blocks the loading, apparently caused by the axios package (https://github.com/nuxt-community/axios-module). I get a "Cannot read property 'env' of undefined" error :
Any idea how to fix this? :) Thanks!