I had a situation when middleware which must be called for all the routes, is called only on the server side example in nuxt.config.js router: { middleware: 'check-auth' }... how in example-auth0 in file check-auth some code and contecxt isServer always returns true in the console from the server maybe you have any ideas)
<!--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/c691">#c691</a>)</em></sub></div>